From 60f54e2240169d2b10992480333636a077b1b9c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Fri, 15 Mar 2019 23:16:39 +0100 Subject: [PATCH] Typo --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index f921e16..990bf52 100644 --- a/main.c +++ b/main.c @@ -38,7 +38,7 @@ static void app_quit(GSimpleAction *action, GVariant *parameter, gpointer user_d GList *list_iter; GdsRenderGui *gui; - /* Dispose all Guis */ + /* Dispose all GUIs */ for (list_iter = appdata->gui_list; list_iter != NULL; list_iter = g_list_next(list_iter)) { gui = RENDERER_GUI(list_iter->data); g_object_unref(gui);