summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-05-02 08:59:40 +0200
committerMatthias Clasen <mclasen@redhat.com>2016-05-19 12:10:07 -0400
commit0377a8c4085c8abf27adcf5b30ae103d15f378e8 (patch)
treee247265715db9311aac11657a46d7791f6cac498
parent101c06da53d906d81394d9a2360a8b89dbf7c86a (diff)
downloadgtk+-0377a8c4085c8abf27adcf5b30ae103d15f378e8.tar.gz
infobar: Fix typo
Style class names are prefixed with a '.'
-rw-r--r--gtk/gtkinfobar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c
index e2c64fb008..507fb0cb8f 100644
--- a/gtk/gtkinfobar.c
+++ b/gtk/gtkinfobar.c
@@ -124,7 +124,7 @@
* # CSS nodes
*
* GtkInfoBar has a single CSS node with name infobar. The node may get
- * one of the style classes .info, warning, .error or .question, depending
+ * one of the style classes .info, .warning, .error or .question, depending
* on the message type.
*/