[glib] gobject docs: Remove confusing acronym



commit be7095980e90a8d8e76e678dc085423d2717c3bd
Author: David Rothlisberger <david rothlis net>
Date:   Mon Jul 16 13:12:15 2012 +0100

    gobject docs: Remove confusing acronym
    
    In the wikipedia disambiguation page[1] the only entry that even
    remotely makes sense in this context is "and so on". Google searches
    for "aso memory management" and "aso garbage collection" don't yield
    anything relevant.
    
    [1] http://en.wikipedia.org/wiki/ASO
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679996

 docs/reference/gobject/tut_gobject.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gobject/tut_gobject.xml b/docs/reference/gobject/tut_gobject.xml
index e4433d9..c3b8ed1 100644
--- a/docs/reference/gobject/tut_gobject.xml
+++ b/docs/reference/gobject/tut_gobject.xml
@@ -264,7 +264,7 @@ MamanBar *bar = g_object_new (MAMAN_TYPE_BAR, NULL);
       The memory-management API for GObjects is a bit complicated but the idea behind it
       is pretty simple: the goal is to provide a flexible model based on reference counting
       which can be integrated in applications which use or require different memory management
-      models (such as garbage collection, aso...). The methods which are used to
+      models (such as garbage collection). The methods which are used to
       manipulate this reference count are described below.
 <programlisting>
 /*



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]