[libgda] Fixed a typo.
- From: Og B. Maciel <ogmaciel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgda] Fixed a typo.
- Date: Thu, 10 Sep 2009 18:05:44 +0000 (UTC)
commit cf11ed7c50a2097bf5f0fda56ff581d1845b50fb
Author: Og B. Maciel <ogmaciel gnome org>
Date: Thu Sep 10 13:56:31 2009 -0400
Fixed a typo.
libgda/gda-xa-transaction.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda/gda-xa-transaction.c b/libgda/gda-xa-transaction.c
index 86d26cf..df703a9 100644
--- a/libgda/gda-xa-transaction.c
+++ b/libgda/gda-xa-transaction.c
@@ -292,7 +292,7 @@ gda_xa_transaction_register_connection (GdaXaTransaction *xa_trans, GdaConnecti
if (g_object_get_data (G_OBJECT (cnc), "_gda_xa_transaction")) {
g_set_error (error, GDA_XA_TRANSACTION_ERROR,
GDA_XA_TRANSACTION_ALREADY_REGISTERED_ERROR,
- "%s", _("Connection aleardy registered with another GdaXaTransaction object"));
+ "%s", _("Connection already registered with another GdaXaTransaction object"));
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]