diff mbox series

[13/20] rebase: fix a typo

Message ID 7c8fc79fa8c8daf288cecb068d220ccfa07d7d7f.1726770881.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit ce42f57af4e4f6fca7d392995e849b0fab3facd6
Headers show
Series Fix typos | expand

Commit Message

Andrew Kreimer Sept. 19, 2024, 6:34 p.m. UTC
From: Andrew Kreimer <algonell@gmail.com>

Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 rebase.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/rebase.c b/rebase.c
index 69a1822da34..9d1ae95978e 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)