Parcourir la source

spelling: timeout

Josh Soref il y a 8 ans
Parent
commit
55d93131db
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)