combobox: Fix documentation typo bx => box

This commit is contained in:
Daniel Boles 2017-01-21 16:10:32 +00:00
parent 167ef42c5c
commit aff42686ce

View File

@ -116,7 +116,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.
*/