mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user