summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-04-25 16:59:13 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-04-25 16:59:13 -0400
commitff267664b87224accb5ff55c2d4156601dfaed1c (patch)
tree546b4cafd8e8899b4d51e53b043bbe07249ecc9e /tests
parentbcbd7cce130a0f571ed9492c20561d76313def32 (diff)
downloadgtk+-ff267664b87224accb5ff55c2d4156601dfaed1c.tar.gz
Fix a few typos
Diffstat (limited to 'tests')
-rw-r--r--tests/extendedlayoutexample.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/extendedlayoutexample.c b/tests/extendedlayoutexample.c
index 9f5081f2a2..11d9047adf 100644
--- a/tests/extendedlayoutexample.c
+++ b/tests/extendedlayoutexample.c
@@ -1,4 +1,4 @@
-/* testextendedlayout2.c
+/* extendedlayoutexample.c
* Copyright (C) 2010 Openismus GmbH
*
* Author:
@@ -440,7 +440,7 @@ TestInterface interfaces[] = {
" <child>"
" <object class=\"GtkLabel\" id=\"label1\">"
" <property name=\"visible\">True</property>"
- " <property name=\"label\" translatable=\"yes\">The first 2 labels require 10 charachters.</property>"
+ " <property name=\"label\" translatable=\"yes\">The first 2 labels require 10 characters.</property>"
" <property name=\"wrap\">True</property>"
" <property name=\"width_chars\">10</property>"
" <attributes>"
@@ -457,7 +457,7 @@ TestInterface interfaces[] = {
" <child>"
" <object class=\"GtkLabel\" id=\"label2\">"
" <property name=\"visible\">True</property>"
- " <property name=\"label\" translatable=\"yes\">This label has a maximum natural width of 20 charachters. The second two labels expand.</property>"
+ " <property name=\"label\" translatable=\"yes\">This label has a maximum natural width of 20 characters. The second two labels expand.</property>"
" <property name=\"wrap\">True</property>"
" <property name=\"width_chars\">10</property>"
" <property name=\"max_width_chars\">20</property>"