diff --git a/watcher.py b/watcher.py index ef1d2da..5983d4f 100755 --- a/watcher.py +++ b/watcher.py @@ -391,6 +391,6 @@ def log(msg): elif 'debug' == args.command: daemon.run() else: - print("Unkown Command") + print("Unknown Command") sys.exit(2) sys.exit(0)