summaryrefslogtreecommitdiff
path: root/sal/qa/rtl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 11:13:56 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 11:15:38 +0200
commitfc090acf829d0053c0a611acd73f08b51128031d (patch)
tree981e34facb049c5fd4eaecf4ec3244e029a8c4d5 /sal/qa/rtl
parentea4581a914cb1aad29f16b73e35350f05f8adc1c (diff)
Fix misspellings detected by https://github.com/lyda/misspell-check
Just as a test to check the usefulness of that tool. It needs some improvement before really usable. Change-Id: I875e79c1992ed5f3b695736b0d49938ad0ba2d55
Diffstat (limited to 'sal/qa/rtl')
-rw-r--r--sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx b/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx
index 651e60d87c0a..297777178b4c 100644
--- a/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx
+++ b/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx
@@ -166,7 +166,7 @@ namespace rtl_Bootstrap
// but try to use ${file::KEYVALUE} than 'file' will only used out of the 'executable path'/file
// not from the path given from the absolute path.
- // Due to the fact, we create at this position a file (createTestshl2rc() ), we check for existance
+ // Due to the fact, we create at this position a file (createTestshl2rc() ), we check for existence
bool bFileExist = t_fileExist( suGetname );
CPPUNIT_ASSERT_MESSAGE("ctor error with initial file.", bFileExist == true );
}