]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/question_index.sgml
Fix a typo.
[~andy/gtk] / docs / reference / gtk / question_index.sgml
index 27d40fb93e29acadb6bc4887efa3848ea5254fa2..6dc03c6d3dab6ed03fc38a0885f50e1d5d1f26ae 100644 (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>