Skip to content

Commit ce42f57

Browse files
algonellgitster
authored andcommitted
rebase: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d9369f7 commit ce42f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* The callers that care if (any) rebase is requested should say
1212
* if (REBASE_TRUE <= rebase_parse_value(string))
1313
*
14-
* The callers that want to differenciate an unrecognised value and
14+
* The callers that want to differentiate an unrecognised value and
1515
* false can do so by treating _INVALID and _FALSE differently.
1616
*/
1717
enum rebase_type rebase_parse_value(const char *value)

0 commit comments

Comments
 (0)