From 0c66b91007d760ce9cfde07b12538c5b232f0b0c Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 14 May 2013 21:08:50 +0200 Subject: [PATCH] core: fix typo in comment --- src/gui/gui-layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/gui-layout.h b/src/gui/gui-layout.h index 7d8832141..97bdcc00b 100644 --- a/src/gui/gui-layout.h +++ b/src/gui/gui-layout.h @@ -22,7 +22,7 @@ #define GUI_LAYOUT_DEFAULT_NAME "default" -/* layout reserved for internal use */ +/* layouts reserved for internal use */ #define GUI_LAYOUT_ZOOM "_zoom" #define GUI_LAYOUT_UPGRADE "_upgrade"