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/inc | |
parent | d1ae39e484f888ddcca15f584cddd2b3ccae1024 (diff) |
Spelling correction: s/retrive/retrieve/
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
Diffstat (limited to 'shell/inc')
-rw-r--r-- | shell/inc/internal/metainforeader.hxx | 4 |
1 files changed, 2 insertions, 2 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); |