summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-27 19:19:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-28 11:18:25 +0200
commit86900bd5e24e64e2d517c9c4229554a76ec4470c (patch)
tree766998abb29a628612ebec13c2da19479478cc6c /shell
parent486f997d257533b889bd5af4c85eb1e2f4c9c152 (diff)
Fix typos
Change-Id: I1b3f858cf56f93fc72f1508322c00647e12a4c43 Reviewed-on: https://gerrit.libreoffice.org/76481 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'shell')
-rw-r--r--shell/inc/xml_parser.hxx2
-rw-r--r--shell/inc/zipfile.hxx4
-rw-r--r--shell/qa/zip/ziptest.cxx4
-rw-r--r--shell/source/tools/lngconvex/cmdline.cxx2
-rw-r--r--shell/source/tools/lngconvex/cmdline.hxx2
-rw-r--r--shell/source/unix/exec/shellexec.cxx2
-rw-r--r--shell/source/win32/ooofilereader/dummytag.hxx2
-rw-r--r--shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx2
8 files changed, 10 insertions, 10 deletions
diff --git a/shell/inc/xml_parser.hxx b/shell/inc/xml_parser.hxx
index 859d07fd050e..8dc3a62bc37e 100644
--- a/shell/inc/xml_parser.hxx
+++ b/shell/inc/xml_parser.hxx
@@ -82,7 +82,7 @@ public:
no longer exist.
@param SaxDocumentHandler
- The new document handler, may be null if not interessted in
+ The new document handler, may be null if not interested in
sax parser events.
@postcond currently used document handler == pSaxDocumentHandler */
diff --git a/shell/inc/zipfile.hxx b/shell/inc/zipfile.hxx
index 753c4e3cd824..1b4a2770628b 100644
--- a/shell/inc/zipfile.hxx
+++ b/shell/inc/zipfile.hxx
@@ -115,7 +115,7 @@ public:
@throws std::bad_alloc if the necessary buffer could not be
allocated
- ZipException if an zip error occurs
+ ZipException if a zip error occurs
ZipContentMissException if the specified zip content
does not exist in this zip file
*/
@@ -138,7 +138,7 @@ private:
/** Returns the length of the longest file name
in the current zip file
- @throws ZipException if an zip error occurs
+ @throws ZipException if a zip error occurs
*/
long GetFileLongestFileNameLength() const;
diff --git a/shell/qa/zip/ziptest.cxx b/shell/qa/zip/ziptest.cxx
index 9cab98a1c5ef..f76acf7c916c 100644
--- a/shell/qa/zip/ziptest.cxx
+++ b/shell/qa/zip/ziptest.cxx
@@ -106,7 +106,7 @@ void Test::test_file_getContent()
FileStream stream(documentName.c_str());
TestZipImpl testImpl(&stream);
bool isPassed = testImpl.test_getContent();
- CPPUNIT_ASSERT_MESSAGE("FileStream: Couldn't receive content buffer form zipfile.", isPassed);
+ CPPUNIT_ASSERT_MESSAGE("FileStream: Couldn't receive content buffer from zipfile.", isPassed);
}
void Test::test_stream_directory()
@@ -130,7 +130,7 @@ void Test::test_stream_getContent()
BufferStream stream(pStream);
TestZipImpl testImpl(&stream);
bool isPassed = testImpl.test_getContent();
- CPPUNIT_ASSERT_MESSAGE("BufferStream: Couldn't receive content buffer form zipfile.", isPassed);
+ CPPUNIT_ASSERT_MESSAGE("BufferStream: Couldn't receive content buffer from zipfile.", isPassed);
}
CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/shell/source/tools/lngconvex/cmdline.cxx b/shell/source/tools/lngconvex/cmdline.cxx
index 5c6fe20f4054..ffbd228e582a 100644
--- a/shell/source/tools/lngconvex/cmdline.cxx
+++ b/shell/source/tools/lngconvex/cmdline.cxx
@@ -41,7 +41,7 @@ CommandLine::CommandLine(size_t argc, char* argv[]) :
/** Returns an argument by name. If there are
duplicate argument names in the command line,
the first one wins.
- Argument name an the argument value must be separated
+ Argument name and the argument value must be separated
by spaces. If the argument value starts with an
argument prefix use quotes else the return value is
an empty string because the value will be interpreted
diff --git a/shell/source/tools/lngconvex/cmdline.hxx b/shell/source/tools/lngconvex/cmdline.hxx
index 166766ac3e3f..facc9518af8f 100644
--- a/shell/source/tools/lngconvex/cmdline.hxx
+++ b/shell/source/tools/lngconvex/cmdline.hxx
@@ -46,7 +46,7 @@ public:
/** Returns an argument by name. If there are
duplicate argument names in the command line,
the first one wins.
- Argument name an the argument value must be separated
+ Argument name and the argument value must be separated
by spaces. If the argument value starts with an
argument prefix use quotes else the return value is
an empty string because the value will be interpreted
diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx
index 7355eaea0db6..febf7cdf947c 100644
--- a/shell/source/unix/exec/shellexec.cxx
+++ b/shell/source/unix/exec/shellexec.cxx
@@ -102,7 +102,7 @@ void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aPar
css::uri::UriReferenceFactory::create(m_xContext)->parse(aCommand));
if (uri.is() && uri->isAbsolute())
{
- // It seems to be a url ..
+ // It seems to be a URL...
// We need to re-encode file urls because osl_getFileURLFromSystemPath converts
// to UTF-8 before encoding non ascii characters, which is not what other apps
// expect.
diff --git a/shell/source/win32/ooofilereader/dummytag.hxx b/shell/source/win32/ooofilereader/dummytag.hxx
index 9fdb3df1a4f8..ca16b5503e33 100644
--- a/shell/source/win32/ooofilereader/dummytag.hxx
+++ b/shell/source/win32/ooofilereader/dummytag.hxx
@@ -27,7 +27,7 @@
/** Implements the ITag interface but does
nothing (Null object pattern), may be used for
- tags we are not interessted in to avoid if-else
+ tags we are not interested in to avoid if-else
branches.
*/
class CDummyTag : public ITag
diff --git a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx
index 0903124dee01..86558ee6e424 100644
--- a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx
+++ b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx
@@ -449,7 +449,7 @@ static ::std::wstring GetMetaInfoNameFromPropertyId( ULONG ulPropID )
}
//M-------------------------------------------------------------------------
// Method: COooFilter::GetValue (IFilter::GetValue)
-// Summary: Retrieves properites for index
+// Summary: Retrieves properties for index
// Arguments: ppPropValue
// [out] Address that receives pointer to property value
// Returns: FILTER_E_NO_VALUES