X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Flibpspp%2Fi18n.c;fp=src%2Flibpspp%2Fi18n.c;h=80a0ed35dd57a388f622146482e56fddca9b7211;hp=e08ba2804bbf4d6b0dbe7c6cf81b820c7a239462;hb=cdaf2362480a6462d53522603bf8ce12fd74fd3a;hpb=a36d34531d79e34d314f5346c63153c788acdd1b diff --git a/src/libpspp/i18n.c b/src/libpspp/i18n.c index e08ba280..80a0ed35 100644 --- 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 convertors have not yet been set up */ + as the converters 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 convertor for \"%s\" to \"%s\": %s\n", + "cannot create a converter for \"%s\" to \"%s\": %s\n", fromcode, tocode, strerror (err)); }