diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-20 23:24:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-20 23:26:58 +0200 |
commit | be053c9a80ad237afc6da0b4174e1c7afc94ed92 (patch) | |
tree | 94fe4823ec33e39359006c986372c5caceb85db0 /shell/source/win32/ooofilereader | |
parent | d1ae39e484f888ddcca15f584cddd2b3ccae1024 (diff) |
Spelling correction: s/retrive/retrieve/
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
Diffstat (limited to 'shell/source/win32/ooofilereader')
-rw-r--r-- | shell/source/win32/ooofilereader/metainforeader.cxx | 4 |
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) { |