[libgda] Doc. corrections



commit 5015161ac928b47989f6efdb86f2f4d636335cef
Author: Vivien Malerba <malerba gnome-db org>
Date:   Wed Jul 7 17:45:01 2010 +0200

    Doc. corrections

 doc/C/tmpl/gda-sql-builder.sgml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/doc/C/tmpl/gda-sql-builder.sgml b/doc/C/tmpl/gda-sql-builder.sgml
index 1247fb5..79636d8 100644
--- a/doc/C/tmpl/gda-sql-builder.sgml
+++ b/doc/C/tmpl/gda-sql-builder.sgml
@@ -11,13 +11,13 @@ Factory object for statements
   string.
 </para>
 <para>
-  The #GdaBuilder internally constructs a #GdaSqlStatement and uses it when requested to produce
+  The #GdaSqlBuilder internally constructs a #GdaSqlStatement and uses it when requested to produce
   a #GdaStatement (see gda_sql_builder_get_statement()), or a #GdaSqlStatement (see
   gda_sql_builder_get_sql_statement()).
 </para>
 <para>
   During the building process, some pieces of the statement are constructed, and assembled into the
-  final statement. Each of these pieces can be reused anytime in the same #GdaBuilder object, and each
+  final statement. Each of these pieces can be reused anytime in the same #GdaSqlBuilder object, and each
   is identified using a single unsigned integer ID. That ID is dynamically allocated by the object.
 </para>
 <para>



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