1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

fix various typos in docs

(cherry picked from commit a70140b55a)
This commit is contained in:
Jörg Thalheim 2025-05-14 21:13:08 +02:00 committed by John Ericson
parent 47ba78d251
commit 8f5172d026
13 changed files with 20 additions and 20 deletions

View file

@ -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