Typo: sansative -> sensitive

This commit is contained in:
Yaroslav Halchenko 2023-03-13 19:06:23 -04:00 committed by Joey Hess
parent e018ae1125
commit 0ae5ff797f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
9 changed files with 20 additions and 20 deletions

View file

@ -17,8 +17,8 @@ It's actually possible to make brand-new git-annex repos use all lower case
hash directories today, by setting `git config annex.tune.objecthashlower true`
before you run `git annex init` for the first time.
If you know you will need to move a repository between case-insensative and
case-sensative filesystems, you could use that configuration. But that
If you know you will need to move a repository between case-insensitive and
case-sensitive filesystems, you could use that configuration. But that
would be very forward looking, and instead users are just going to stumble
over the mixed case directories from time to time.