diff options
Diffstat (limited to 'test/qa/cppunit/dialog.cxx')
-rw-r--r-- | test/qa/cppunit/dialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/qa/cppunit/dialog.cxx b/test/qa/cppunit/dialog.cxx index f64e7d13a68c..c3f68a8f0e4e 100644 --- a/test/qa/cppunit/dialog.cxx +++ b/test/qa/cppunit/dialog.cxx @@ -22,7 +22,7 @@ CPPUNIT_TEST_FIXTURE(test::AccessibleTestBase, SelfTestIncorrectDialog) }); CPPUNIT_ASSERT(activateMenuItem(u"Insert", u"Section...")); - /* Make sure an incorrect dialog poping up is caught and raises. The exception is thrown in + /* Make sure an incorrect dialog popping up is caught and raises. The exception is thrown in * waitEndDialog() for consistency even though the error itself is likely to have been triggered * by the activateMenuItem() call above */ CPPUNIT_ASSERT_THROW(dialogWaiter->waitEndDialog(), css::uno::RuntimeException); |