fix some typos

This commit is contained in:
Martin Lindhe
2017-10-30 13:27:16 +01:00
committed by Andrew Gallant
parent 8b9eba2147
commit c794ef2f04
5 changed files with 6 additions and 6 deletions

View File

@@ -509,7 +509,7 @@ impl Glob {
Some(&self.tokens[start..])
}
/// Returns the pattern as a literal if and only if the pattern exclusiely
/// Returns the pattern as a literal if and only if the pattern exclusively
/// matches the basename of a file path *and* is a literal.
///
/// The basic format of these patterns is `**/{literal}`, where `{literal}`