chiark / gitweb /
[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 69b8d88f114bc33272a5e71a69d4ec5c9e37329a..25832a5add0e51200fa82adae7e2058fc4c79213 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 ec1aaaf991f47b0d403f71c2cf0cce141c6709e9..571055840f61bf07c104814565383bd4b04256bd 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 '