summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-04-29 17:49:04 +0000
committermental <mental@users.sourceforge.net>2006-04-29 17:49:04 +0000
commit64465d8fac5cc12eb80892c92fe5906fa3d8b146 (patch)
treeba61a05e3832582a7794d3cfca2158ea265cc7be
parentemphasis (diff)
downloadinkscape-64465d8fac5cc12eb80892c92fe5906fa3d8b146.tar.gz
inkscape-64465d8fac5cc12eb80892c92fe5906fa3d8b146.zip
grammar, readability fix
(bzr r622)
-rw-r--r--doc/refcounting.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/refcounting.txt b/doc/refcounting.txt
index 5dab790a0..e3f6cf27f 100644
--- a/doc/refcounting.txt
+++ b/doc/refcounting.txt
@@ -21,9 +21,9 @@ end up freeing the object out from under you).
REFCOUNTING FUNCTIONS
-Ref and unref functions are provided to manipulate object counter (and make
-the final decision to free the object for you), but their names will vary
-depending on the type of object.
+Ref and unref functions are provided to manipulate an object's refcount
+(and perhaps make the final decision to free the object), but their names
+will vary depending on the type of object.
Examples include g_object_ref()/g_object_unref() (for most GObject-based
types), sp_object_ref()/sp_object_unref() (for SPObject-derived classes),