We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9369f7 commit ce42f57Copy full SHA for ce42f57
rebase.c
@@ -11,7 +11,7 @@
11
* The callers that care if (any) rebase is requested should say
12
* if (REBASE_TRUE <= rebase_parse_value(string))
13
*
14
- * The callers that want to differenciate an unrecognised value and
+ * The callers that want to differentiate an unrecognised value and
15
* false can do so by treating _INVALID and _FALSE differently.
16
*/
17
enum rebase_type rebase_parse_value(const char *value)
0 commit comments