Fix a typo in the fold command help
authorCatalin Marinas <catalin.marinas@gmail.com>
Tue, 16 Aug 2005 13:47:50 +0000 (14:47 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 16 Aug 2005 13:47:50 +0000 (14:47 +0100)
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/fold.py

index 95c962f..9542fa6 100644 (file)
@@ -28,7 +28,7 @@ usage = """%prog [options] [<file>]
 
 Apply the given GNU diff file (or the standard input) onto the top of
 the current patch. With the '--threeway' option, the patch is applied
-onto the bottom of the current patch and a three-way merged is
+onto the bottom of the current patch and a three-way merge is
 performed with the current top."""
 
 options = [make_option('-t', '--threeway',