Also fix spelling mistakes in the documentation files

Run the same codespell command on docs directory.
This commit is contained in:
Vadim Zeitlin
2020-06-28 15:26:36 +02:00
parent fca9460522
commit f03878251b
21 changed files with 30 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ fname = sys.argv[1] + ".plist"
# The second argument is the key to replace
key = sys.argv[2]
# The thrid argument is the value of the key
# The third argument is the value of the key
val = sys.argv[3]
# Handle boolean values