From 890792db1a6efa85e6b09d6cd0be1d64c3d87b67 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 11 Apr 2003 21:56:50 +0000 Subject: [PATCH] Fix a few typos. --- docs/reference/ChangeLog | 4 ++++ docs/reference/gobject/tmpl/gparamspec.sgml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 38eef97..b445f02 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2003-04-11 Matthias Clasen + + * gobject/tmpl/gparamspec.sgml: Fix a few typos. + 2003-04-09 Matthias Clasen * glib/glib-docs.sgml: Move dependencies to building.sgml. diff --git a/docs/reference/gobject/tmpl/gparamspec.sgml b/docs/reference/gobject/tmpl/gparamspec.sgml index 708bd92..f8e14d7 100644 --- a/docs/reference/gobject/tmpl/gparamspec.sgml +++ b/docs/reference/gobject/tmpl/gparamspec.sgml @@ -171,9 +171,9 @@ Decrement the reference count of a @pspec. 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). -- 2.7.4