mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
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);
|
g_print (utf8_text);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
fprintf (stderr, "Unable to read file %percnt;s\n", filename);
|
fprintf (stderr, "Unable to read file %s\n", filename);
|
||||||
</programlisting></informalexample>
|
</programlisting></informalexample>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user