Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Feb 25, 2020
1 parent 7d62452 commit cb4d655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/meticulous/_input.py
Expand Up @@ -45,7 +45,7 @@ def get_confirmation(message="Do you want to continue", defaultval=True):

def check_cancel(result):
"""
Raise an exception for cancelations.
Raise an exception for cancellations.
"""
if result is None:
raise UserCancel()
Expand Down

0 comments on commit cb4d655

Please sign in to comment.