Skip to content
Snippets Groups Projects
Commit 001e8a74 authored by Jesse Glick's avatar Jesse Glick
Browse files

typo fix

parent 97dbf330
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@
Convert a string from the local character encoding to UTF-8
We attempt to decode strings using the encoding mode set by
HG_ENCODINGMODE, which defaults to 'strict'. In this mode, unknown
HGENCODINGMODE, which defaults to 'strict'. In this mode, unknown
characters will cause an error message. Other modes include
'replace', which replaces unknown characters with a special
Unicode character, and 'ignore', which drops the character.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment