From: Andrew Kreimer Date: Thu, 19 Sep 2024 18:34:33 +0000 (+0000) Subject: rebase: fix a typo X-Git-Tag: v2.47.0-rc0~10^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce42f57af4e4f6fca7d392995e849b0fab3facd6;p=thirdparty%2Fgit.git rebase: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- diff --git a/rebase.c b/rebase.c index 69a1822da3..9d1ae95978 100644 --- a/rebase.c +++ b/rebase.c @@ -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)