Skip to content

Commit

Permalink
Merge pull request #91 from dtreiter/master
Browse files Browse the repository at this point in the history
Fixed small typo
  • Loading branch information
mooz committed Jan 24, 2016
2 parents c4df312 + 3d9c1bf commit c2b92ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion percol/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c2b92ab

Please sign in to comment.