summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-20 23:24:56 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-20 23:26:58 +0200
commitbe053c9a80ad237afc6da0b4174e1c7afc94ed92 (patch)
tree94fe4823ec33e39359006c986372c5caceb85db0 /shell
parentd1ae39e484f888ddcca15f584cddd2b3ccae1024 (diff)
Spelling correction: s/retrive/retrieve/
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
Diffstat (limited to 'shell')
-rw-r--r--shell/inc/internal/metainforeader.hxx4
-rw-r--r--shell/source/win32/ooofilereader/metainforeader.cxx4
-rw-r--r--shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx4
3 files changed, 6 insertions, 6 deletions
diff --git a/shell/inc/internal/metainforeader.hxx b/shell/inc/internal/metainforeader.hxx
index 7365d18e2b51..b9f86fd1756b 100644
--- a/shell/inc/internal/metainforeader.hxx
+++ b/shell/inc/internal/metainforeader.hxx
@@ -41,7 +41,7 @@ public:
/** check if the Tag is in the target meta.xml file.
@param TagName
- the name of the tag that will be retrive.
+ the name of the tag that will be retrieved.
*/
bool hasTag(std::wstring TagName) const;
@@ -49,7 +49,7 @@ public:
/** Get a specific tag content, compound tags will be returned as comma separated list.
@param TagName
- the name of the tag that will be retrive.
+ the name of the tag that will be retrieved.
*/
std::wstring getTagData( const std::wstring& TagName);
diff --git a/shell/source/win32/ooofilereader/metainforeader.cxx b/shell/source/win32/ooofilereader/metainforeader.cxx
index 75bca87c71e7..9edecc97a1b1 100644
--- a/shell/source/win32/ooofilereader/metainforeader.cxx
+++ b/shell/source/win32/ooofilereader/metainforeader.cxx
@@ -130,7 +130,7 @@ CMetaInfoReader::~CMetaInfoReader( void )
/** check if the Tag is in the target meta.xml file.
@param TagName
- the name of the tag that will be retrive.
+ the name of the tag that will be retrieve.
*/
bool CMetaInfoReader::hasTag( std::wstring TagName ) const
{
@@ -140,7 +140,7 @@ bool CMetaInfoReader::hasTag( std::wstring TagName ) const
/** Get a specific tag content, compound tags will be returned as comma separated list.
@param TagName
- the name of the tag that will be retrive.
+ the name of the tag that will be retrieve.
*/
std::wstring CMetaInfoReader::getTagData( const std::wstring& TagName)
{
diff --git a/shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx b/shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx
index 94df159c5251..6fd350b8ec93 100644
--- a/shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx
+++ b/shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx
@@ -141,8 +141,8 @@ private:
virtual ~COooFilter();
long m_lRefs; // Reference count
- CContentReader * m_pContentReader; // A content reader that retrive document content.
- CMetaInfoReader * m_pMetaInfoReader; // A metainfo reader that retrive document metainfo.
+ CContentReader * m_pContentReader; // A content reader that retrieves document content.
+ CMetaInfoReader * m_pMetaInfoReader; // A metainfo reader that retrieves document metainfo.
FilterState m_eState; // State of filtering
::std::wstring m_pwszFileName; // Name of input file to filter
ULONG m_ulUnicodeBufferLen; // UNICODE Characters read from file to chunk buffer