diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:32:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:32:37 +0200 |
commit | c32b6be06bf5453d82d9aad64aed5f384c9d1d1f (patch) | |
tree | 3807c57d8a33588f33a3d5cbed51ccff9bb40791 /shell | |
parent | 435f5e30c968ffd5761873f8b3f756949545ce72 (diff) |
fdo#60724 correct spelling
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
Diffstat (limited to 'shell')
-rw-r--r-- | shell/qa/zip/ziptest.cxx | 2 | ||||
-rw-r--r-- | shell/source/win32/SysShExec.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/qa/zip/ziptest.cxx b/shell/qa/zip/ziptest.cxx index 2a1ff25cdb53..bea0458e1222 100644 --- a/shell/qa/zip/ziptest.cxx +++ b/shell/qa/zip/ziptest.cxx @@ -68,7 +68,7 @@ void Test::test_getContent() { TestZipImpl testImpl(documentName.c_str()); bool isPassed = testImpl.test_getContent(); - CPPUNIT_ASSERT_MESSAGE("Couldn't recieve content buffer form zipfile.", isPassed); + CPPUNIT_ASSERT_MESSAGE("Couldn't receive content buffer form zipfile.", isPassed); } CPPUNIT_PLUGIN_IMPLEMENT(); diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx index 7aaaec790795..b08160764b95 100644 --- a/shell/source/win32/SysShExec.cxx +++ b/shell/source/win32/SysShExec.cxx @@ -292,7 +292,7 @@ void SAL_CALL CSysShExec::execute( const OUString& aCommand, const OUString& aPa /* #i4789#; jump mark detection on system paths if the given command is a system path (not http or other uri schemes) and seems to have a jump mark - and names no existing file (remeber the jump mark + and names no existing file (remember the jump mark sign '#' is a valid file name character we remove the jump mark, else ShellExecuteEx fails */ OUString preprocessed_command(aCommand); |