combobox: Fix documentation typo bx => box
authorDaniel Boles <dboles@src.gnome.org>
Sat, 21 Jan 2017 16:10:32 +0000 (16:10 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Sat, 21 Jan 2017 16:11:54 +0000 (16:11 +0000)
gtk/gtkcombobox.c

index f04b7ae3ff02df7699acd9fd7b721f2a58597547..1364e658107a9296974aa2cc87ea9aded3b83db4 100644 (file)
  * ]|
  *
  * 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.
  */