projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a36d345
)
Correct typo in printed string
author
John Darrington
<john@darrington.wattle.id.au>
Sun, 30 Aug 2009 14:52:53 +0000
(16:52 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Sun, 30 Aug 2009 14:52:53 +0000
(16:52 +0200)
src/libpspp/i18n.c
patch
|
blob
|
history
diff --git
a/src/libpspp/i18n.c
b/src/libpspp/i18n.c
index e08ba2804bbf4d6b0dbe7c6cf81b820c7a239462..80a0ed35dd57a388f622146482e56fddca9b7211 100644
(file)
--- a/
src/libpspp/i18n.c
+++ b/
src/libpspp/i18n.c
@@
-73,13
+73,13
@@
create_iconv (const char* tocode, const char* fromcode)
hmapx_insert (&map, converter, hash);
/* I don't think it's safe to translate this string or to use messaging
- as the convert
o
rs have not yet been set up */
+ as the convert
e
rs have not yet been set up */
if ( (iconv_t) -1 == converter->conv && 0 != strcmp (tocode, fromcode))
{
const int err = errno;
fprintf (stderr,
"Warning: "
- "cannot create a convert
o
r for \"%s\" to \"%s\": %s\n",
+ "cannot create a convert
e
r for \"%s\" to \"%s\": %s\n",
fromcode, tocode, strerror (err));
}