[PATCH] win32mbcs: Fix typo in documentation

Javi Merino cibervicho at gmail.com
Tue Feb 1 01:35:49 CST 2011


# HG changeset patch
# User Javi Merino <cibervicho at gmail.com>
# Date 1296545351 0
# Branch stable
# Node ID 259760fb51f780817bc76d0a27036428abd49da4
# Parent  8dc488dfcdb4e23d929d12cfab4037c77d2e227f
win32mbcs: Fix typo in documentation

extention -> extension

diff --git a/hgext/win32mbcs.py b/hgext/win32mbcs.py
--- a/hgext/win32mbcs.py
+++ b/hgext/win32mbcs.py
@@ -34,7 +34,7 @@ Note that there are some limitations on 
 
 - You should use single encoding in one repository.
 - If the repository path ends with 0x5c, .hg/hgrc cannot be read.
-- win32mbcs is not compatible with fixutf8 extention.
+- win32mbcs is not compatible with fixutf8 extension.
 
 By default, win32mbcs uses encoding.encoding decided by Mercurial.
 You can specify the encoding by config option::


More information about the Mercurial-devel mailing list