libgda r3264 - trunk/libgda
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: libgda r3264 - trunk/libgda
- Date: Fri, 12 Dec 2008 23:08:23 +0000 (UTC)
Author: murrayc
Date: Fri Dec 12 23:08:23 2008
New Revision: 3264
URL: http://svn.gnome.org/viewvc/libgda?rev=3264&view=rev
Log:
Documentation typo corrections not worthy of a ChangeLog entry.
Modified:
trunk/libgda/gda-data-model.c
trunk/libgda/gda-holder.c
trunk/libgda/gda-meta-struct.c
Modified: trunk/libgda/gda-data-model.c
==============================================================================
--- trunk/libgda/gda-data-model.c (original)
+++ trunk/libgda/gda-data-model.c Fri Dec 12 23:08:23 2008
@@ -540,7 +540,7 @@
* Retrieves the data stored in the given position (identified by
* the @col and @row parameters) on a data model.
*
- * This is the main function for accessing data in a model which allow random access to its data.
+ * This is the main function for accessing data in a model which allows random access to its data.
* To access data in a data model using a cursor, use a #GdaDataModelIter object, obtained using
* gda_data_model_create_iter().
*
@@ -709,7 +709,7 @@
* rows in @model.
*
* The row the returned #GdaDataModelIter represents is undefined. For models which can be accessed
- * randomly the correspoding row can be set using gda_data_model_iter_move_at_row(),
+ * randomly the corresponding row can be set using gda_data_model_iter_move_at_row(),
* and for models which are accessible sequentially only then the first row will be
* fetched using gda_data_model_iter_move_next().
*
Modified: trunk/libgda/gda-holder.c
==============================================================================
--- trunk/libgda/gda-holder.c (original)
+++ trunk/libgda/gda-holder.c Fri Dec 12 23:08:23 2008
@@ -1698,7 +1698,7 @@
* If there is already an attribute named @attribute set, then its value is replaced with the new @value,
* except if @value is %NULL, in which case the attribute is removed.
*
- * Warning: @sttribute should be a static string (no copy of it is made), so the string should exist as long as the @holder
+ * Warning: @attribute should be a static string (no copy of it is made), so the string should exist as long as the @holder
* object exists.
*/
void
Modified: trunk/libgda/gda-meta-struct.c
==============================================================================
--- trunk/libgda/gda-meta-struct.c (original)
+++ trunk/libgda/gda-meta-struct.c Fri Dec 12 23:08:23 2008
@@ -2267,7 +2267,7 @@
* If there is already an attribute named @attribute set, then its value is replaced with the new @value,
* except if @value is %NULL, in which case the attribute is removed.
*
- * Warning: @sttribute should be a static string (no copy of it is made), so the string should exist as long as the @column
+ * Warning: @attribute should be a static string (no copy of it is made), so the string should exist as long as the @column
* object exists.
*/
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]