Git fork

rebase: fix a typo

Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Andrew Kreimer and committed by
Junio C Hamano
ce42f57a d9369f78

+1 -1
+1 -1
rebase.c
··· 11 11 * The callers that care if (any) rebase is requested should say 12 12 * if (REBASE_TRUE <= rebase_parse_value(string)) 13 13 * 14 - * The callers that want to differenciate an unrecognised value and 14 + * The callers that want to differentiate an unrecognised value and 15 15 * false can do so by treating _INVALID and _FALSE differently. 16 16 */ 17 17 enum rebase_type rebase_parse_value(const char *value)