From f90bac10edbd1495ae824db35a3ea2bbebfb3462 Mon Sep 17 00:00:00 2001 From: nvbn Date: Sun, 19 Jul 2015 21:29:28 +0300 Subject: [PATCH] #290: Fix typo --- thefuck/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thefuck/utils.py b/thefuck/utils.py index c27f337b..ffedb98c 100644 --- a/thefuck/utils.py +++ b/thefuck/utils.py @@ -84,7 +84,7 @@ def git_support(fn): command.stderr) alias = search.group(1) - # by default git quotes everthing, for example: + # by default git quotes everything, for example: # 'commit' '--amend' # which is surprising and does not allow to easily test for # eg. 'git commit'