Skip to content

Commit d442b59

Browse files
behdadBehdad Esfahbod
authored andcommitted
Bug 559448 – GObject Reference Manual (typo)
2008-11-10 Behdad Esfahbod <[email protected]> Bug 559448 – GObject Reference Manual (typo) * gobject/tut_gobject.xml: Fix typo. svn path=/trunk/; revision=7646
1 parent 41f169e commit d442b59

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/reference/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2008-11-10 Behdad Esfahbod <[email protected]>
2+
3+
Bug 559448 – GObject Reference Manual (typo)
4+
5+
* gobject/tut_gobject.xml: Fix typo.
6+
17
2008-11-03 Matthias Clasen <[email protected]>
28

39
Bug 552776 – ac_cv_func_posix_getgrgid_r not mentioned

docs/reference/gobject/tut_gobject.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ g_value_unset (&amp;val);
623623
<function><link linkend="object-set-property">object_set_property</link></function> which first walks the class hierarchy,
624624
from bottom, most derived type, to top, fundamental type to find the class
625625
which registered that property. It then tries to convert the user-provided GValue
626-
into a GValue whose type if that of the associated property.
626+
into a GValue whose type is that of the associated property.
627627
</para>
628628

629629
<para>

0 commit comments

Comments
 (0)