changeset 1045:b35d5b86e240

run the doc/* through aspell.
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Thu, 25 Aug 2005 18:25:19 +0200
parents 4bfa960f8d2a
children 772507daaa17
files doc/hg.1.txt
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hg.1.txt	Thu Aug 25 16:00:08 2005 +0200
+++ b/doc/hg.1.txt	Thu Aug 25 18:25:19 2005 +0200
@@ -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::