From a3c6e7c4f6b225f6422a1016aa989a1af961f402 Mon Sep 17 00:00:00 2001 From: Tonimir Kisasondi Date: Sun, 31 Jul 2016 23:44:20 +0200 Subject: [PATCH] Update pappy.py Minor typo fix --- pappyproxy/pappy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pappyproxy/pappy.py b/pappyproxy/pappy.py index fd20b21..9687b56 100755 --- a/pappyproxy/pappy.py +++ b/pappyproxy/pappy.py @@ -276,10 +276,10 @@ def inturrupt_handler(signal, frame): global quit_confirm_time if not quit_confirm_time or datetime.datetime.now() > quit_confirm_time: print '' - print ('Inturrupting will cause Pappy to quit completely. This will ' + print ('Interrupting will cause Pappy to quit completely. This will ' 'cause any in-memory only requests to be lost, but all other ' 'data will be saved.') - print ('Inturrupt a second time to confirm.') + print ('Interrupt a second time to confirm.') print '' quit_confirm_time = datetime.datetime.now() + datetime.timedelta(0, 10) else: