fix typos

This commit is contained in:
FuGangqiang 2015-03-15 13:47:34 +08:00
parent 8c85a9d20f
commit 3be8380576

View File

@ -86,8 +86,8 @@
//!
//! * Occurrences of `.` are normalized away, *except* if they are at
//! the beginning of the path (in which case they are often meaningful
//! in terms of path searching). So, fore xample, `a/./b`, `a/b/`,
//! `/a/b/.` and `a/b` all ahve components `a` and `b`, but `./a/b`
//! in terms of path searching). So, for example, `a/./b`, `a/b/`,
//! `/a/b/.` and `a/b` all have components `a` and `b`, but `./a/b`
//! has a leading current directory component.
//!
//! No other normalization takes place by default. In particular,