From: Josh Soref Date: Sun, 23 Jul 2017 20:59:10 +0000 (-0400) Subject: spelling: timeout X-Git-Tag: trac5124a_base~35^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55d93131db7a86ebb1866c58c8232bdf4558720a;p=thirdparty%2Fkea.git spelling: timeout --- diff --git a/src/bin/shell/kea-shell.in b/src/bin/shell/kea-shell.in index 2d0df7b8ac..56589ddb82 100644 --- a/src/bin/shell/kea-shell.in +++ b/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)