summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/edge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/graph/edge.c')
-rw-r--r--src/gtkext/graph/edge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/graph/edge.c b/src/gtkext/graph/edge.c
index 093f793..c07c6c5 100644
--- a/src/gtkext/graph/edge.c
+++ b/src/gtkext/graph/edge.c
@@ -78,7 +78,7 @@ static void draw_link_arrow(cairo_t *, gint, gint, gint, gint);
-/* Indique le type définit par la GLib pour les liens graphiques entre noeuds. */
+/* Indique le type défini par la GLib pour les liens graphiques entre noeuds. */
G_DEFINE_TYPE(GGraphEdge, g_graph_edge, G_TYPE_OBJECT);