[libgda] Correction for bug #624032



commit 21c2aa8f25c486cc38cb217c579bb5d052c96c4b
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sat Jul 10 15:06:48 2010 +0200

    Correction for bug #624032

 libgda/gda-data-select.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda/gda-data-select.c b/libgda/gda-data-select.c
index e1fb112..263aebe 100644
--- a/libgda/gda-data-select.c
+++ b/libgda/gda-data-select.c
@@ -1336,7 +1336,7 @@ row_selection_condition_foreach_func (GdaSqlAnyPart *part, gpointer data, GError
 	if ((op->operator_type != GDA_SQL_OPERATOR_TYPE_EQ) &&
 	    (op->operator_type != GDA_SQL_OPERATOR_TYPE_AND)) {
 		g_set_error (error, GDA_DATA_SELECT_ERROR, GDA_DATA_SELECT_MODIFICATION_STATEMENT_ERROR,
-			      "%s", _("Invalid unique row condition (ony equal operators are allowed)"));
+			      "%s", _("Invalid unique row condition (only equal operators are allowed)"));
 		return FALSE;
 	}
 



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