summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid D Kilzer <ddkilzer@kilzer.net>2007-11-04 04:45:22 -0800
committerJunio C Hamano <gitster@pobox.com>2007-11-07 11:37:15 -0800
commitf49439e1e16713d8d531e8a0bbc3b0bd7df5a407 (patch)
treedbf23a8b3d4cb1203b8afc50c2dac6440c40a0d0
parentd8e21ba8967f43b61fc2fd50dd749ff8f0c6592a (diff)
downloadgit-f49439e1e16713d8d531e8a0bbc3b0bd7df5a407.tar.gz
RelNotes-1.5.3.5: fix another typo
Signed-off-by: David D Kilzer <ddkilzer@kilzer.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.5.3.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.3.5.txt b/Documentation/RelNotes-1.5.3.5.txt
index f99a2cd650..7ff1d5d0d1 100644
--- a/Documentation/RelNotes-1.5.3.5.txt
+++ b/Documentation/RelNotes-1.5.3.5.txt
@@ -90,5 +90,5 @@ Fixes since v1.5.3.4
* "git-send-pack $remote frotz" segfaulted when there is nothing
named 'frotz' on the local end.
- * "git-rebase -interactive" did not handle its "--strategy" option
+ * "git-rebase --interactive" did not handle its "--strategy" option
properly.