summaryrefslogtreecommitdiff
path: root/shell/source/win32/ooofilereader
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/source/win32/ooofilereader
parentd1ae39e484f888ddcca15f584cddd2b3ccae1024 (diff)
Spelling correction: s/retrive/retrieve/
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
Diffstat (limited to 'shell/source/win32/ooofilereader')
-rw-r--r--shell/source/win32/ooofilereader/metainforeader.cxx4
1 files changed, 2 insertions, 2 deletions
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)
{