summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-03-08 08:53:18 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-03-08 08:55:59 -0500
commitb7fd0147f795351c5dd31558ce43e99b1ddb1875 (patch)
treede808196009e6d7e8ddc44b62a18d7dc09fb750b /demos
parent4357c22a89b5f08b481d1e8fd24ca23bcbc7a303 (diff)
downloadgtk+-b7fd0147f795351c5dd31558ce43e99b1ddb1875.tar.gz
gtk-demo: Fix a typo
Diffstat (limited to 'demos')
-rw-r--r--demos/gtk-demo/application_demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/application_demo.c b/demos/gtk-demo/application_demo.c
index 798fcada49..4174bbb055 100644
--- a/demos/gtk-demo/application_demo.c
+++ b/demos/gtk-demo/application_demo.c
@@ -2,7 +2,7 @@
*
* Demonstrates a simple application.
*
- * This examples uses GtkApplication, GtkApplicationWindow, GtkBuilder
+ * This example uses GtkApplication, GtkApplicationWindow, GtkBuilder
* as well as GMenu and GResource. Due to the way GtkApplication is structured,
* it is run as a separate process.
*/