]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: timeout
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:59:10 +0000 (16:59 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:59:10 +0000 (16:59 -0400)
src/bin/shell/kea-shell.in

index 2d0df7b8ac361eaa327a47056eb6c399a5634d71..56589ddb820a5a6b1de9c143b823af2a97acd77c 100644 (file)
@@ -37,7 +37,7 @@ else:
     raise SystemExit("Unknown python version:" + str(sys.version_info[0]))
 
 def timeout_handler(signum, frame):
-    """Connection timeoout handler"""
+    """Connection timeout handler"""
     del signum, frame
     print("Connection timeout")
     sys.exit(1)