From: compudj Date: Tue, 3 Oct 2006 04:11:42 +0000 (+0000) Subject: fix typo X-Git-Tag: v0.12.20~1339 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=0246f776f486b83386d0782d86202f1d2d667346;hp=2b25224d2931f56157797dacd3bd7ff66333db8c;p=lttv.git fix typo git-svn-id: http://ltt.polymtl.ca/svn@2150 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c index 25987f69..d313a006 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c @@ -4894,7 +4894,7 @@ void create_main_window_with_trace_list(GSList *traces) GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, - "Cannot open trace : maybe you should enter in the directory" + "Cannot open trace : maybe you should enter in the directory " "to select it ?"); gtk_dialog_run(GTK_DIALOG(dialogue)); gtk_widget_destroy(dialogue);