From c11c955ef532fe28fa37fc67354b2c879d0d8a66 Mon Sep 17 00:00:00 2001 From: Ell Date: Thu, 23 Feb 2017 04:58:35 -0500 Subject: [PATCH] app: fix comment typo in previous commit --- app/display/gimpdisplayshell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/display/gimpdisplayshell.c b/app/display/gimpdisplayshell.c index 2aad1fe004..bfaa0b2347 100644 --- a/app/display/gimpdisplayshell.c +++ b/app/display/gimpdisplayshell.c @@ -480,7 +480,7 @@ gimp_display_shell_constructed (GObject *object) * | +-- hscrollbar * | +-- navbutton * | - * +-- statusbard + * +-- statusbar * * Note that we separate "shell" and "main_vbox", so that we can make * "shell" a GtkEventBox, giving it its own window. This isolates our