summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/qa/extras/vba-macro-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/extras/vba-macro-test.cxx b/sc/qa/extras/vba-macro-test.cxx
index 600951c19615..33a003e19db2 100644
--- a/sc/qa/extras/vba-macro-test.cxx
+++ b/sc/qa/extras/vba-macro-test.cxx
@@ -565,7 +565,7 @@ void VBAMacroTest::testVba()
= loadFromDesktop(aFileName, "com.sun.star.sheet.SpreadsheetDocument");
// process all events such as OnLoad events etc.
- // otherwise the tend to arrive later at a random
+ // otherwise they tend to arrive later at a random
// time - while processing other StarBasic methods.
Application::Reschedule(true);