diff options
Diffstat (limited to 'shell')
-rwxr-xr-x | shell/source/unix/misc/open-url.sh | 2 | ||||
-rw-r--r-- | shell/source/win32/shlxthandler/infotips/infotips.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/unix/misc/open-url.sh b/shell/source/unix/misc/open-url.sh index 98a4d3fe00bc..72aa566e9aa9 100755 --- a/shell/source/unix/misc/open-url.sh +++ b/shell/source/unix/misc/open-url.sh @@ -90,7 +90,7 @@ else exit 0 fi done - # handle all non mozilla browers below + # handle all non mozilla browsers below # .. fi exit 1 diff --git a/shell/source/win32/shlxthandler/infotips/infotips.cxx b/shell/source/win32/shlxthandler/infotips/infotips.cxx index 70d253af3b28..4d6241a40ca1 100644 --- a/shell/source/win32/shlxthandler/infotips/infotips.cxx +++ b/shell/source/win32/shlxthandler/infotips/infotips.cxx @@ -255,7 +255,7 @@ HRESULT STDMETHODCALLTYPE CInfoTip::GetInfoTip(DWORD /*dwFlags*/, wchar_t** ppws msg += meta_info_accessor.getTagData( META_INFO_DESCRIPTION ); } - //display midified time formatted into locale representation. + //display modified time formatted into locale representation. if ( iso8601_date_to_local_date(meta_info_accessor.getTagData(META_INFO_MODIFIED )).length() > 0) { if ( msg != EMPTY_STRING ) |