aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dw_ui_test.cc2
-rw-r--r--test/form.hh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/dw_ui_test.cc b/test/dw_ui_test.cc
index 7b1fe205..c65f76f9 100644
--- a/test/dw_ui_test.cc
+++ b/test/dw_ui_test.cc
@@ -100,7 +100,7 @@ int main(int argc, char **argv)
// Note on complex buttons: before any operations on the widget, which
// need a layout, the complex button resource should be created, since
- // then, a layout and a platform are instanciated.
+ // then, a layout and a platform are instantiated.
Textblock *cbuttontext = new Textblock(false);
ComplexButtonResource *cbuttonres =
layout->getResourceFactory()->createComplexButtonResource (cbuttontext,
diff --git a/test/form.hh b/test/form.hh
index 4d0481c7..72f0164b 100644
--- a/test/form.hh
+++ b/test/form.hh
@@ -55,7 +55,7 @@ private:
/**
* \brief Decorates instances of dw::core::ui::RadioButtonResource.
*
- * This class has to be instanciated only once for a group of radio
+ * This class has to be instantiated only once for a group of radio
* buttons.
*/
class RadioButtonResourceDecorator: public ResourceDecorator