diff hgext/convert/__init__.py @ 8668:aea3a23151bd

fixed typos found in translatable strings This is from a spell-check of hg.pot.
author Martin Geisler <mg@lazybytes.net>
date Sun, 31 May 2009 14:55:51 +0200
parents 5edb2a8e29ea
children c5b4f662109f
line wrap: on
line diff
--- a/hgext/convert/__init__.py	Sun May 31 14:53:46 2009 +0200
+++ b/hgext/convert/__init__.py	Sun May 31 14:55:51 2009 +0200
@@ -69,7 +69,7 @@
 
     The 'include' directive causes a file, or all files under a
     directory, to be included in the destination repository, and the
-    exclusion of all other files and directories not explicitely included.
+    exclusion of all other files and directories not explicitly included.
     The 'exclude' directive causes files or directories to be omitted.
     The 'rename' directive renames a file or directory. To rename from
     a subdirectory into the root of the repository, use '.' as the
@@ -120,7 +120,7 @@
     in the sandbox to find the CVS repository, and then uses CVS rlog
     commands to find files to convert. This means that unless a
     filemap is given, all files under the starting directory will be
-    converted, and that any directory reorganisation in the CVS
+    converted, and that any directory reorganization in the CVS
     sandbox is ignored.
 
     Because CVS does not have changesets, it is necessary to collect
@@ -171,9 +171,9 @@
     its subdirectories are listed as possible branches. If
     "svn://repo/path/tags" exists, it is looked for tags referencing
     converted branches. Default "trunk", "branches" and "tags" values
-    can be overriden with following options. Set them to paths
-    relative to the source URL, or leave them blank to disable
-    autodetection.
+    can be overridden with following options. Set them to paths
+    relative to the source URL, or leave them blank to disable auto
+    detection.
 
     --config convert.svn.branches=branches    (directory name)
         specify the directory containing branches