diff options
author | Werner Koch <wk@gnupg.org> | 2007-12-04 16:00:14 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-12-04 16:00:14 +0100 |
commit | 63ec0b271c781fa542f4d5d0ae3292cf7576b414 (patch) | |
tree | 90e1af230a6fe6c6f67dbae09e3c1f7da6e57f50 /common/i18n.c | |
parent | 2007-12-04 Marcus Brinkmann <marcus@g10code.de> (diff) | |
download | gnupg2-63ec0b271c781fa542f4d5d0ae3292cf7576b414.tar.xz gnupg2-63ec0b271c781fa542f4d5d0ae3292cf7576b414.zip |
Created help files form the current po entries.
Diffstat (limited to 'common/i18n.c')
-rw-r--r-- | common/i18n.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/i18n.c b/common/i18n.c index 3694947a9..c13be8608 100644 --- a/common/i18n.c +++ b/common/i18n.c @@ -45,7 +45,7 @@ i18n_init (void) /* The Assuan agent protocol requires us to transmit utf-8 strings - thus we need a fucntion to temporary switch gettext from native to + thus we need a fuctnion to temporary switch gettext from native to utf8. */ char * i18n_switchto_utf8 (void) |