From 779876437789a255c714e144e70713adde995fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Mon, 24 Apr 2017 12:00:32 +0200 Subject: [PATCH] paned: Fix typo --- gtk/gtkpaned.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c index 8becebd788..7610ff2e1d 100644 --- a/gtk/gtkpaned.c +++ b/gtk/gtkpaned.c @@ -91,7 +91,7 @@ * ]| * * GtkPaned has a main CSS node with name paned, and a subnode for - * the separator with name separator. The subnodes gets a .wide style + * the separator with name separator. The subnode gets a .wide style * class when the paned is supposed to be wide. * * In horizontal orientation, the nodes of the children are always arranged