diff hgext/convert/__init__.py @ 17424:e7cfe3587ea4

fix trivial spelling errors
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 15 Aug 2012 22:38:42 +0200
parents 979b107eaea2
children 337d728e644f c51d2bc7a5d7
line wrap: on
line diff
--- a/hgext/convert/__init__.py	Tue Aug 28 17:59:08 2012 -0500
+++ b/hgext/convert/__init__.py	Wed Aug 15 22:38:42 2012 +0200
@@ -74,7 +74,7 @@
 
     The authormap is a simple text file that maps each source commit
     author to a destination commit author. It is handy for source SCMs
-    that use unix logins to identify authors (eg: CVS). One line per
+    that use unix logins to identify authors (e.g.: CVS). One line per
     author mapping and the line format is::
 
       source author = destination author