Typo: sansative -> sensitive
This commit is contained in:
parent
e018ae1125
commit
0ae5ff797f
9 changed files with 20 additions and 20 deletions
|
@ -111,7 +111,7 @@ parseMetaDataMatcher p = (,)
|
|||
('>':v) -> checkcmp (>) (>) v
|
||||
_ -> checkglob ""
|
||||
checkglob v =
|
||||
let cglob = compileGlob v CaseInsensative (GlobFilePath False)
|
||||
let cglob = compileGlob v CaseInsensitive (GlobFilePath False)
|
||||
in matchGlob cglob . decodeBS . fromMetaValue
|
||||
checkcmp cmp cmp' v mv' =
|
||||
let v' = decodeBS (fromMetaValue mv')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue