libgda r3074 - in branches/release-3-0-branch: . libgda



Author: murrayc
Date: Tue Mar 11 17:44:26 2008
New Revision: 3074
URL: http://svn.gnome.org/viewvc/libgda?rev=3074&view=rev

Log:
2008-03-11  Murray Cumming  <murrayc murrayc com>

* libgda/gda-data-model.c:
* libgda/gda-server-operation.c:
* libgda/gda-value.c:
Documentation: Change mentions of occured to occurred, and mentions of 
a XML to an XML.
PaulSchulz and Malcolm Parsons in Ubuntu launchpad bug 64451 for 
some reason.

Modified:
   branches/release-3-0-branch/ChangeLog
   branches/release-3-0-branch/libgda/gda-data-model.c
   branches/release-3-0-branch/libgda/gda-server-operation.c
   branches/release-3-0-branch/libgda/gda-value.c

Modified: branches/release-3-0-branch/libgda/gda-data-model.c
==============================================================================
--- branches/release-3-0-branch/libgda/gda-data-model.c	(original)
+++ branches/release-3-0-branch/libgda/gda-data-model.c	Tue Mar 11 17:44:26 2008
@@ -1516,9 +1516,9 @@
 /**
  * gda_data_model_add_data_from_xml_node
  * @model: a #GdaDataModel.
- * @node: a XML node representing a &lt;gda_array_data&gt; XML node.
+ * @node: an XML node representing a &lt;gda_array_data&gt; XML node.
  *
- * Adds the data from a XML node to the given data model (see the DTD for that node
+ * Adds the data from an XML node to the given data model (see the DTD for that node
  * in the $prefix/share/libgda/dtd/libgda-array.dtd file).
  *
  * Returns: %TRUE if successful, %FALSE otherwise.

Modified: branches/release-3-0-branch/libgda/gda-server-operation.c
==============================================================================
--- branches/release-3-0-branch/libgda/gda-server-operation.c	(original)
+++ branches/release-3-0-branch/libgda/gda-server-operation.c	Tue Mar 11 17:44:26 2008
@@ -2014,7 +2014,7 @@
 /**
  * gda_server_operation_is_valid
  * @op: a #GdaServerOperation widget
- * @xml_file: a XML specification file (see gda_server_operation_new())
+ * @xml_file: an XML specification file (see gda_server_operation_new())
  * @error: a place to store an error, or %NULL
  *
  * Tells if all the required values in @op have been defined.

Modified: branches/release-3-0-branch/libgda/gda-value.c
==============================================================================
--- branches/release-3-0-branch/libgda/gda-value.c	(original)
+++ branches/release-3-0-branch/libgda/gda-value.c	Tue Mar 11 17:44:26 2008
@@ -1167,9 +1167,9 @@
 
 /**
  * gda_value_new_from_xml
- * @node: a XML node representing the value.
+ * @node: an XML node representing the value.
  *
- * Creates a GValue from a XML representation of it. That XML
+ * Creates a GValue from an XML representation of it. That XML
  * node corresponds to the following string representation:
  *    &lt;value type="gdatype"&gt;value&lt;/value&gt;
  *
@@ -2027,7 +2027,7 @@
  * gda_value_to_xml
  * @value: a #GValue.
  *
- * Serializes the given #GValue to a XML node string.
+ * Serializes the given #GValue to an XML node string.
  *
  * Returns: the XML node. Once not needed anymore, you should free it.
  */



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