[trivial] fix spelling typos
authorKirill Smelkov <kirr@landau.phys.spbu.ru>
Mon, 2 Jan 2006 11:26:02 +0000 (14:26 +0300)
committerCatalin Marinas <catalin.marinas@gmail.com>
Sat, 7 Jan 2006 10:55:04 +0000 (10:55 +0000)
From: Kirill Smelkov <kirr@landau.phys.spbu.ru>

stgit/commands/pull.py
stgit/commands/series.py

index 69b8d88..25832a5 100644 (file)
@@ -29,7 +29,7 @@ usage = """%prog [options] [<repository>] [<refspec>]
 Pull the latest changes from the given repository (defaulting to
 'origin'). This command works by popping all the patches from the
 stack, pulling the changes in the parent repository, setting the base
-of the stack to the latest parent HEAD and pusing the patches back
+of the stack to the latest parent HEAD and pushing the patches back
 (unless '--nopush' is specified). The 'push' operation can fail if
 there are conflicts. They need to be resolved and the patch pushed
 again.
index ec1aaaf..5710558 100644 (file)
@@ -34,7 +34,7 @@ prefixed with a '>'. Empty patches are prefixed with a '0'."""
 options = [make_option('-b', '--branch',
                        help = 'use BRANCH instead of the default one'),
            make_option('-d', '--description',
-                       help = 'show a show description for each patch',
+                       help = 'show a short description for each patch',
                        action = 'store_true'),
            make_option('-e', '--empty',
                        help = 'check whether patches are empty '