[libgfbgraph] Spelling errors



commit 19da3efef421e0103dfe84665d9e7f04b7525557
Author: Álvaro Peña <alvaropg gmail com>
Date:   Wed Jun 12 11:06:37 2013 +0200

    Spelling errors

 gfbgraph/gfbgraph-node.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gfbgraph/gfbgraph-node.c b/gfbgraph/gfbgraph-node.c
index df4e48e..c949919 100644
--- a/gfbgraph/gfbgraph-node.c
+++ b/gfbgraph/gfbgraph-node.c
@@ -368,7 +368,7 @@ gfbgraph_node_get_connection_nodes (GFBGraphNode *node, GType node_type, GFBGrap
         if (GFBGRAPH_IS_CONNECTABLE (connected_node) == FALSE) {
                 g_set_error (error, GFBGRAPH_NODE_ERROR,
                              GFBGRAPH_NODE_ERROR_NO_CONNECTABLE,
-                             "The given node type (%s) don't implement connetionable interface", g_type_name 
(node_type));
+                             "The given node type (%s) doesn't implement connectable interface", g_type_name 
(node_type));
                 return NULL;
         }
 


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