forked from AuroraMiddleware/gtk
Fix a typo.
This commit is contained in:
parent
8992434c4f
commit
487a0a0756
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user