diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-11-27 14:40:43 +0700 |
---|---|---|
committer | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-11-27 14:42:26 +0700 |
commit | c5710d4700e9b3ab854819cc8ce6c70d0654f5dc (patch) | |
tree | 20877332d88170b09c421e69915885553cb99acc /shell | |
parent | c97b6bde2e9eeac9acad7739e3d72372c0bf0670 (diff) |
s/infomation/information/
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/ooofilereader/metainforeader.cxx | 4 | ||||
-rw-r--r-- | shell/source/win32/shlxthandler/infotips/infotips.cxx | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/shell/source/win32/ooofilereader/metainforeader.cxx b/shell/source/win32/ooofilereader/metainforeader.cxx index 2f7a08d5fdd0..2848de39b43a 100644 --- a/shell/source/win32/ooofilereader/metainforeader.cxx +++ b/shell/source/win32/ooofilereader/metainforeader.cxx @@ -51,7 +51,7 @@ CBaseReader( DocumentName ) m_pSimple_Builder = new CSimpleTag( ); m_pDummy_Builder = new CDummyTag( ); - //retrieve all infomation that is useful + //retrieve all information that is useful m_AllMetaInfo[META_INFO_AUTHOR] = EMPTY_XML_TAG; m_AllMetaInfo[META_INFO_TITLE] = EMPTY_XML_TAG; m_AllMetaInfo[META_INFO_SUBJECT] = EMPTY_XML_TAG; @@ -92,7 +92,7 @@ try m_pSimple_Builder = new CSimpleTag( ); m_pDummy_Builder = new CDummyTag( ); - //retrieve all infomation that is useful + //retrieve all information that is useful m_AllMetaInfo[META_INFO_AUTHOR] = EMPTY_XML_TAG; m_AllMetaInfo[META_INFO_TITLE] = EMPTY_XML_TAG; m_AllMetaInfo[META_INFO_SUBJECT] = EMPTY_XML_TAG; diff --git a/shell/source/win32/shlxthandler/infotips/infotips.cxx b/shell/source/win32/shlxthandler/infotips/infotips.cxx index 8c6d701b6e25..510ba0f4a282 100644 --- a/shell/source/win32/shlxthandler/infotips/infotips.cxx +++ b/shell/source/win32/shlxthandler/infotips/infotips.cxx @@ -114,7 +114,7 @@ ULONG STDMETHODCALLTYPE CInfoTip::Release( void) //********************helper functions for GetInfoTip functions********************** -/** get file type infomation from registry. +/** get file type information from registry. */ std::wstring getFileTypeInfo(const std::string& file_extension) { @@ -191,7 +191,7 @@ std::wstring formatSizeOfFile( DWORD dwSize ) } -/** get file size infomation. +/** get file size information. */ std::wstring getFileSizeInfo(char* FileName) { @@ -279,7 +279,7 @@ HRESULT STDMETHODCALLTYPE CInfoTip::GetInfoTip(DWORD /*dwFlags*/, wchar_t** ppws { } - //display file size, no matter other infomation is loaded successfully or not. + //display file size, no matter other information is loaded successfully or not. std::wstring tmpSizeStr = getFileSizeInfo( m_szFileName ); if ( tmpSizeStr != EMPTY_STRING ) { |