Fix some typos

Using `codespell -q3 -w` that I just discovered.

(https://github.com/codespell-project/codespell, pip install codespell)
This commit is contained in:
Matthias Bussonnier
2018-08-27 17:56:10 -07:00
parent ce5a53d2fb
commit 8650aacd57
6 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ def reload_daemon():
def install_unit(name, unit, path='/etc/systemd/system'):
"""
Install unit wih given name
Install unit with given name
"""
with open(os.path.join(path, name), 'w') as f:
f.write(unit)