mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
fix various typos in docs
This commit is contained in:
parent
e088ab3eaf
commit
a70140b55a
15 changed files with 22 additions and 22 deletions
|
@ -14,7 +14,7 @@ import sys
|
|||
# literally. since the rules for these aren't even the same for
|
||||
# all three we will just fail when we encounter any of them (if
|
||||
# asserts are off for some reason the depfile will likely point
|
||||
# to nonexistant paths, making everything phony and thus fine.)
|
||||
# to nonexistent paths, making everything phony and thus fine.)
|
||||
for path in glob.glob(sys.argv[1] + '/**', recursive=True):
|
||||
assert '\\' not in path
|
||||
assert ' ' not in path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue