Fix Docbook tag typo

This commit is contained in:
Ross Burton
2005-08-03 19:44:52 +00:00
parent b8fb9fd074
commit bbecb798e2
5 changed files with 22 additions and 2 deletions

View File

@@ -857,7 +857,7 @@ g_rmdir (const gchar *filename)
*
* See the C library manual for more details about fopen().
*
* Returns: A <typename>FILE</typename> pointer if the file was successfully
* Returns: A <type>FILE</type> pointer if the file was successfully
* opened, or %NULL if an error occurred
*
* Since: 2.6
@@ -935,7 +935,7 @@ g_fopen (const gchar *filename,
*
* See the C library manual for more details about freopen().
*
* Returns: A <typename>FILE</typename> pointer if the file was successfully
* Returns: A <type>FILE</type> pointer if the file was successfully
* opened, or %NULL if an error occurred.
*
* Since: 2.6