summaryrefslogtreecommitdiff
path: root/src/w32-gettext.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-03-01 19:54:41 +0000
committerWerner Koch <wk@gnupg.org>2010-03-01 19:54:41 +0000
commite0f19401ad246500ee5313140c12d51a16e05668 (patch)
tree6842afa6b91f68e8c55e72ea156b3d22eed51d00 /src/w32-gettext.c
parentb2b28305902dd4242d845796b4616203ae142c94 (diff)
downloadlibgpg-error-e0f19401ad246500ee5313140c12d51a16e05668.tar.gz
Add a mapping for ESPIPE on W32CE.
Diffstat (limited to 'src/w32-gettext.c')
-rw-r--r--src/w32-gettext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32-gettext.c b/src/w32-gettext.c
index a35af1f..da07a25 100644
--- a/src/w32-gettext.c
+++ b/src/w32-gettext.c
@@ -1837,7 +1837,7 @@ _gpg_w32_gettext_localename (void)
/* With a VALUE of 1 switch the gettext functions into utf8 mode.
That is the strings are returned without translation to the native
- charset. A VALUE of 0 swicthes back to trnslated strings. A VALUE
+ charset. A VALUE of 0 switches back to translated strings. A VALUE
of -1 returns the current value. */
int
_gpg_w32_gettext_use_utf8 (int value)