diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2009-05-30 13:13:27 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2009-05-30 13:13:27 +0000 |
commit | 0524d6afd9ce024027c302db3b3cd42738b0260f (patch) | |
tree | f63d745ba5fb776c9dc72d5999f3ed1e21d2dc9a /test | |
parent | e16672e1ffcf3e52f1444c362c52183c9f9f201c (diff) |
spelling
Diffstat (limited to 'test')
-rw-r--r-- | test/dw_ui_test.cc | 2 | ||||
-rw-r--r-- | test/form.hh | 2 |
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 |