Fix a typo.

This commit is contained in:
Matthias Clasen 2003-06-05 00:43:40 +00:00
parent 8992434c4f
commit 487a0a0756

View File

@ -254,7 +254,7 @@ if (g_file_get_contents (filename, &text, &length, NULL))
g_print (utf8_text);
}
else
fprintf (stderr, "Unable to read file %percnt;s\n", filename);
fprintf (stderr, "Unable to read file %s\n", filename);
</programlisting></informalexample>
</para>
<para>