[libgda/LIBGDA_4.0] Correction for bug #624032
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda/LIBGDA_4.0] Correction for bug #624032
- Date: Thu, 26 Aug 2010 18:51:07 +0000 (UTC)
commit 1744cc9e4db4a90c26e84130e01bc0c4b5c610b1
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 68dd7da..20ce800 100644
--- a/libgda/gda-data-select.c
+++ b/libgda/gda-data-select.c
@@ -1305,7 +1305,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]