Fix some documentation typos

svn path=/trunk/; revision=7707
This commit is contained in:
Matthias Clasen
2008-11-28 23:53:13 +00:00
parent a44f5f6aaa
commit db830dd381
6 changed files with 30 additions and 13 deletions

View File

@@ -725,7 +725,7 @@ g_object_set (G_OBJECT (foo),
<para>
These high level functions have one drawback - they don't provide a return result.
One should pay attention to the argument types and ranges when using them.
A know source of errors is to e.g. pass a gfloat instead of a gdouble and thus
A known source of errors is to e.g. pass a gfloat instead of a gdouble and thus
shifting all subsequent parameters by four bytes. Also forgetting the terminating
NULL will lead to unexpected behaviour.
</para>