From c662e691ed1e751abe5b30d548599950123344a7 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sat, 21 Jan 2017 16:10:32 +0000 Subject: [PATCH] combobox: Fix documentation typo bx => box --- gtk/gtkcombobox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 7581feaf4d..f54a09f8ff 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -111,7 +111,7 @@ * ]| * * A GtkComboBox with an entry has a single CSS node with name combobox. It - * contains a bx with the .linked class and that box contains an entry and a + * contains a box with the .linked class. That box contains an entry and a * button, both with the .combo class added. * The button also contains another node with name arrow. */