From 3d9c1bf7b725bcd07638a2cd95b470738cf444f7 Mon Sep 17 00:00:00 2001 From: Daniel Reiter Date: Thu, 21 Jan 2016 17:06:38 -0600 Subject: [PATCH] Fixed small typo --- percol/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percol/cli.py b/percol/cli.py index 2a163a9..4be334f 100644 --- a/percol/cli.py +++ b/percol/cli.py @@ -180,7 +180,7 @@ def exit_program(msg = None, show_help = True): ttyname = options.tty or tty.get_ttyname() if not ttyname: exit_program(error_message("""No tty name is given and failed to guess it from descriptors. -Maybe all descriptors are redirecred.""")) +Maybe all descriptors are redirected.""")) # decide which encoding to use output_encoding = set_proper_locale(options)