Typo fix unncessary -> unnecessary.
Detected while reading recent CHANGELOG entry but then decided to apply to entire codebase and docs since why not?
This commit is contained in:
parent
f091eff476
commit
0151976676
43 changed files with 60 additions and 60 deletions
|
@ -226,7 +226,7 @@ isInodeKnown i s = or <$> runReaderIO ((:[]) <$$> SQL.isInodeKnown i s)
|
|||
- This is run with a lock held, so only one process can be running this at
|
||||
- a time.
|
||||
-
|
||||
- To avoid unncessary work, the index file is statted, and if it's not
|
||||
- To avoid unnecessary work, the index file is statted, and if it's not
|
||||
- changed since last time this was run, nothing is done.
|
||||
-
|
||||
- A tree is generated from the index, and the diff between that tree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue