Fix a few typos.
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 11 Apr 2003 21:56:50 +0000 (21:56 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 11 Apr 2003 21:56:50 +0000 (21:56 +0000)
docs/reference/ChangeLog
docs/reference/gobject/tmpl/gparamspec.sgml

index 38eef97..b445f02 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-11  Matthias Clasen  <maclas@gmx.de>
+
+       * gobject/tmpl/gparamspec.sgml: Fix a few typos.
+
 2003-04-09  Matthias Clasen  <maclas@gmx.de>
 
        * glib/glib-docs.sgml: Move dependencies to building.sgml.
index 708bd92..f8e14d7 100644 (file)
@@ -171,9 +171,9 @@ Decrement the reference count of a @pspec.
 <!-- ##### FUNCTION g_param_spec_sink ##### -->
 <para>
 The initial reference count of a newly created #GParamSpec is 1,
-eventhough no one has explicitely called g_param_spec_ref() on it yet.
-So the einital reference count is flagged as "floating", untill someone
-calls: g_param_spec_ref (@pspec); g_param_spec_sink (@pspec);
+even though no one has explicitly called g_param_spec_ref() on it yet.
+So the inital reference count is flagged as "floating", until someone
+calls g_param_spec_ref (@pspec); g_param_spec_sink (@pspec);
 in sequence on it, taking over the initial reference count (thus
 ending up with a @pspec that has a reference count of 1 still, but is
 not flagged "floating" anymore).