summaryrefslogtreecommitdiffstats
path: root/globset
diff options
context:
space:
mode:
authorMartin Lindhe <martin-commit@ubique.se>2017-10-30 13:27:16 +0100
committerAndrew Gallant <jamslam@gmail.com>2017-11-01 07:10:54 -0400
commitc794ef2f04038a18579323b5a50bfc9667289e2a (patch)
treed2a04500b82dc43e5f9d95e9092c6ad2bb101249 /globset
parent8b9eba2147587d5c8a39708fdda6a1a3be032f9e (diff)
fix some typos
Diffstat (limited to 'globset')
-rw-r--r--globset/src/glob.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/globset/src/glob.rs b/globset/src/glob.rs
index bb7b0602..84e3156b 100644
--- a/globset/src/glob.rs
+++ b/globset/src/glob.rs
@@ -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}`