Fix a typo

svn path=/trunk/; revision=5517
This commit is contained in:
Matthias Clasen 2007-05-27 02:03:14 +00:00
parent a2f7c5d631
commit 07d778754a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-05-2626 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/objects.sgml: Fix a typo
2007-05-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.2 ===

View File

@ -1100,7 +1100,7 @@ This functions should only be called from object system implementations.
<!-- ##### MACRO G_OBJECT_WARN_INVALID_PROPERTY_ID ##### -->
<para>
This macros should be used to emit a standard warning about unexpected
This macro should be used to emit a standard warning about unexpected
properties in set_property() and get_property() implementations.
</para>