summaryrefslogtreecommitdiffstats
path: root/vendor/globset/src/pathutil.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/globset/src/pathutil.rs')
-rw-r--r--vendor/globset/src/pathutil.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/globset/src/pathutil.rs b/vendor/globset/src/pathutil.rs
index 2bd34e1dd..522df3401 100644
--- a/vendor/globset/src/pathutil.rs
+++ b/vendor/globset/src/pathutil.rs
@@ -27,7 +27,7 @@ pub fn file_name<'a>(path: &Cow<'a, [u8]>) -> Option<Cow<'a, [u8]>> {
///
/// Note that this does NOT match the semantics of std::path::Path::extension.
/// Namely, the extension includes the `.` and matching is otherwise more
-/// liberal. Specifically, the extenion is:
+/// liberal. Specifically, the extension is:
///
/// * None, if the file name given is empty;
/// * None, if there is no embedded `.`;