[PATCH 3 of 3] patchbomb: minor typo and language fixes

Cédric Duval cedricduval at free.fr
Mon May 18 17:24:28 CDT 2009


# HG changeset patch
# User Cédric Duval <cedricduval at free.fr>
# Date 1242684379 -7200
# Node ID e41b94d8a8aeb737a714425c72fd85ee94d0bbdc
# Parent  8f71952f39093d2137cc1f96994e01dd364b5377
patchbomb: minor typo and language fixes

diff --git a/hgext/patchbomb.py b/hgext/patchbomb.py
--- a/hgext/patchbomb.py
+++ b/hgext/patchbomb.py
@@ -47,11 +47,11 @@ as a patchbomb.
 
 To avoid sending patches prematurely, it is a good idea to first run
 the "email" command with the "-n" option (test only). You will be
-prompted for an email recipient address, a subject an an introductory
+prompted for an email recipient address, a subject and an introductory
 message describing the patches of your patchbomb. Then when all is
-done, patchbomb messages are displayed. If PAGER environment variable
-is set, your pager will be fired up once for each patchbomb message,
-so you can verify everything is alright.
+done, patchbomb messages are displayed. If the PAGER environment
+variable is set, your pager will be fired up once for each patchbomb
+message, so you can verify everything is alright.
 
 The -m/--mbox option is also very useful. Instead of previewing each
 patchbomb message in a pager or sending the messages directly, it will
@@ -70,7 +70,7 @@ package), to send each message out:
 That should be all. Now your patchbomb is on its way out.
 
 You can also either configure the method option in the email section
-to be a sendmail compatable mailer or fill out the [smtp] section so
+to be a sendmail compatible mailer or fill out the [smtp] section so
 that the patchbomb extension can automatically send patchbombs
 directly from the commandline. See the [email] and [smtp] sections in
 hgrc(5) for details.'''



More information about the Mercurial-devel mailing list