Browse Source

spelling: timeout

Josh Soref 7 years ago
parent
commit
55d93131db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/shell/kea-shell.in

+ 1 - 1
src/bin/shell/kea-shell.in

@@ -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)