[libgda/LIBGDA_5.0] Fixed typo in string



commit 65600c6ec7b177529d78d8cb494b5762392ca4ac
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sun Feb 5 18:39:08 2012 +0100

    Fixed typo in string

 tools/gda-sql.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/gda-sql.c b/tools/gda-sql.c
index 05a55f1..9947c97 100644
--- a/tools/gda-sql.c
+++ b/tools/gda-sql.c
@@ -2673,7 +2673,7 @@ build_internal_commands_list (void)
 	c = g_new0 (GdaInternalCommand, 1);
 	c->group = _("LDAP");
 	c->name = g_strdup_printf (_("%s [attribute,[attribute],...]"), "ldap_attributes");
-	c->description = _("Set or get the default attrbutes manipulated by LDAP commands");
+	c->description = _("Set or get the default attributes manipulated by LDAP commands");
 	c->args = NULL;
 	c->command_func = (GdaInternalCommandFunc) extra_command_ldap_attributes;
 	c->user_data = NULL;



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