Skip to content

Commit

Permalink
Fix simple typo: evalutate -> evaluate
Browse files Browse the repository at this point in the history
Closes mooz#103
  • Loading branch information
timgates42 committed Dec 4, 2019
1 parent 4b28037 commit 8ee5c6f
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 @@ -255,7 +255,7 @@ def set_if_not_none(src, dest, name):
percol.view.__class__.PROMPT = property(lambda self: options.prompt)
if options.right_prompt is not None:
percol.view.__class__.RPROMPT = property(lambda self: options.right_prompt)
# evalutate strings specified by the option argument
# evaluate strings specified by the option argument
if options.string_to_eval is not None:
eval_string(percol, options.string_to_eval, locale.getpreferredencoding())
# finder settings from option values
Expand Down

0 comments on commit 8ee5c6f

Please sign in to comment.