From a6b3cc8f2473060f2bfb12c53c78274cd456bb47 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Tue, 13 Aug 2013 10:58:10 +0400 Subject: [PATCH] Typo. Signed-off-by: Andrew Borodin --- lib/widget/dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widget/dialog.c b/lib/widget/dialog.c index c3cdd04ac..7bc1a9ac9 100644 --- a/lib/widget/dialog.c +++ b/lib/widget/dialog.c @@ -800,7 +800,7 @@ dlg_create (gboolean modal, int y1, int x1, int lines, int cols, g_free (t); } - /* unique name got event group for this dialog */ + /* unique name of event group for this dialog */ new_d->event_group = g_strdup_printf ("%s_%p", MCEVENT_GROUP_DIALOG, (void *) new_d); return new_d;