[PATCH] git-merge.sh: fix typo in usage message: sucesses --> succeeds

Previous thread: sharing object packs by marc.zonzon+git on Wednesday, June 18, 2008 - 12:57 pm. (3 messages)

Next thread: RE: cvs2git with modules? by Kelly F. Hickel on Wednesday, June 18, 2008 - 1:24 pm. (1 message)
From: Brandon Casey
Date: Wednesday, June 18, 2008 - 1:16 pm

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
---
 git-merge.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-merge.sh b/git-merge.sh
index 5fc5f52..8026ccf 100755
--- a/git-merge.sh
+++ b/git-merge.sh
@@ -13,7 +13,7 @@ n                    don't show a diffstat at the end of the merge
 summary              (synonym to --stat)
 log                  add list of one-line log to merge commit message
 squash               create a single commit instead of doing a merge
-commit               perform a commit if the merge sucesses (default)
+commit               perform a commit if the merge succeeds (default)
 ff                   allow fast forward (default)
 s,strategy=          merge strategy to use
 m,message=           message to be used for the merge commit (if any)
-- 
1.5.5.3

--

Previous thread: sharing object packs by marc.zonzon+git on Wednesday, June 18, 2008 - 12:57 pm. (3 messages)

Next thread: RE: cvs2git with modules? by Kelly F. Hickel on Wednesday, June 18, 2008 - 1:24 pm. (1 message)