From 55d93131db7a86ebb1866c58c8232bdf4558720a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 16:59:10 -0400 Subject: [PATCH] spelling: timeout --- src/bin/shell/kea-shell.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2