]> git.proxmox.com Git - cargo.git/blobdiff - vendor/ignore/src/types.rs
New upstream version 0.52.0
[cargo.git] / vendor / ignore / src / types.rs
index d77e54ebe4a00dad93875e6fdbe22af3183bec95..4edf56de45d30e947ab57a6f6ad86c2336a06a4d 100644 (file)
@@ -134,7 +134,7 @@ impl<'a> Glob<'a> {
         Glob(GlobInner::UnmatchedIgnore)
     }
 
-    /// Return the file type defintion that matched, if one exists. A file type
+    /// Return the file type definition that matched, if one exists. A file type
     /// definition always exists when a specific definition matches a file
     /// path.
     pub fn file_type_def(&self) -> Option<&FileTypeDef> {