summaryrefslogtreecommitdiff
path: root/rebase.c
diff options
context:
space:
mode:
Diffstat (limited to 'rebase.c')
-rw-r--r--rebase.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebase.c b/rebase.c
index 17a570f1ff..9d1ae95978 100644
--- a/rebase.c
+++ b/rebase.c
@@ -1,6 +1,6 @@
#include "git-compat-util.h"
#include "rebase.h"
-#include "config.h"
+#include "parse.h"
#include "gettext.h"
/*
@@ -11,7 +11,7 @@
* The callers that care if (any) rebase is requested should say
* if (REBASE_TRUE <= rebase_parse_value(string))
*
- * The callers that want to differenciate an unrecognised value and
+ * The callers that want to differentiate an unrecognised value and
* false can do so by treating _INVALID and _FALSE differently.
*/
enum rebase_type rebase_parse_value(const char *value)