[libgda/LIBGDA_4.0] Doc. corrections



commit e02553286a7d62f05ea1cd0bb4065763cf89b198
Author: Vivien Malerba <malerba gnome-db org>
Date:   Tue Feb 2 19:29:19 2010 +0100

    Doc. corrections

 libgda/gda-data-model-iter.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgda/gda-data-model-iter.c b/libgda/gda-data-model-iter.c
index 567720f..9af1a68 100644
--- a/libgda/gda-data-model-iter.c
+++ b/libgda/gda-data-model-iter.c
@@ -573,7 +573,7 @@ gda_data_model_iter_get_property (GObject *object,
  *
  * If any other error occurred then the returned value is FALSE, but the "current-row"
  * property is set to the @row row.  In this case
- * each #GdaHolder composing @iter for which an error occurred will invalid (see gda_holder_is_valid()).
+ * each #GdaHolder composing @iter for which an error occurred will be invalid (see gda_holder_is_valid()).
  *
  * Returns: TRUE if no error occurred
  */
@@ -699,7 +699,7 @@ gda_data_model_iter_move_to_row_default (GdaDataModel *model, GdaDataModelIter *
  *
  * If any other error occurred then the returned value is FALSE, but the "current-row"
  * property is set to the new current row (one row more than it was before the call). In this case
- * each #GdaHolder composing @iter for which an error occurred will invalid (see gda_holder_is_valid()).
+ * each #GdaHolder composing @iter for which an error occurred will be invalid (see gda_holder_is_valid()).
  *
  * Returns: TRUE if the iterator is now at the next row
  */
@@ -786,7 +786,7 @@ gda_data_model_iter_move_next_default (GdaDataModel *model, GdaDataModelIter *it
  *
  * If any other error occurred then the returned value is FALSE, but the "current-row"
  * property is set to the new current row (one row less than it was before the call).  In this case
- * each #GdaHolder composing @iter for which an error occurred will invalid (see gda_holder_is_valid()).
+ * each #GdaHolder composing @iter for which an error occurred will be invalid (see gda_holder_is_valid()).
  *
  * Returns: TRUE if the iterator is now at the previous row
  */



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