Skip to content

Commit

Permalink
#1109: Fix a typo on a comment
Browse files Browse the repository at this point in the history
on -> one
  • Loading branch information
kwonmha committed Jul 6, 2021
1 parent 6111523 commit 13fda64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thefuck/utils.py
Expand Up @@ -186,7 +186,7 @@ def is_app(command, *app_names, **kwargs):


def for_app(*app_names, **kwargs):
"""Specifies that matching script is for on of app names."""
"""Specifies that matching script is for one of app names."""
def _for_app(fn, command):
if is_app(command, *app_names, **kwargs):
return fn(command)
Expand Down

0 comments on commit 13fda64

Please sign in to comment.