hgext/eol.py
changeset 17501 26dd532456cf
parent 16743 38caf405d010
child 17955 4ae21a7568f3
--- a/hgext/eol.py	Fri Aug 17 13:58:18 2012 -0700
+++ b/hgext/eol.py	Fri Aug 17 13:58:18 2012 -0700
@@ -99,7 +99,7 @@
 # Matches a lone LF, i.e., one that is not part of CRLF.
 singlelf = re.compile('(^|[^\r])\n')
 # Matches a single EOL which can either be a CRLF where repeated CR
-# are removed or a LF. We do not care about old Machintosh files, so a
+# are removed or a LF. We do not care about old Macintosh files, so a
 # stray CR is an error.
 eolre = re.compile('\r*\n')