[PATCH] doc: spelling fixes

Benoit Boissinot benoit.boissinot at ens-lyon.org
Thu Aug 25 05:13:27 CDT 2005


On Wed, Aug 24, 2005 at 09:05:55PM -0700, Bryan O'Sullivan wrote:
> On Thu, 2005-08-25 at 03:32 +0200, Benoit Boissinot wrote:
> 
> > -    -0, --print0         end filenames with NUL, for use with xargs
> > +    -0, --print0         end filenames with NULL, for use with xargs
> 
> NUL is correct here.  It's the zero byte, not the zero pointer.
> 
> 	<b
> 
[resent without the NULL]
result of running the doc/* through aspell.

diff -r 5f191561a061 doc/hg.1.txt
--- a/doc/hg.1.txt	Wed Aug 24 21:46:02 2005
+++ b/doc/hg.1.txt	Thu Aug 25 03:15:04 2005
@@ -207,7 +207,7 @@
 
     options:
     -p, --strip <n>   directory strip option for patch. This has the same
-                      meaning as the correnponding patch option
+                      meaning as the corresponding patch option
     -b <path>         base directory to read patches from
     -f, --force	      skip check for outstanding uncommitted changes
 
@@ -354,7 +354,7 @@
 remove [files ...]::
     Schedule the indicated files for removal from the repository.
     
-    This command shedules the files to be removed at the next commit.
+    This command schedules the files to be removed at the next commit.
     This only removes files from the current branch, not from the
     entire project history.
 
@@ -529,7 +529,7 @@
 
     Regexp examples:
 
-    re:.*\.c$      any name ending in ".c", anywhere in the repsitory
+    re:.*\.c$      any name ending in ".c", anywhere in the repository
 
 
 SPECIFYING SINGLE REVISIONS
@@ -623,7 +623,7 @@
 
  .hgtags::
     This file contains changeset hash values and text tag names (one of each
-    seperated by spaces) that correspond to tagged versions of the repository
+    separated by spaces) that correspond to tagged versions of the repository
     contents.
 
  /etc/mercurial/hgrc, $HOME/.hgrc, .hg/hgrc::


More information about the Mercurial mailing list