diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-16 18:21:52 +0200 |
---|---|---|
committer | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2016-02-06 09:42:38 -0500 |
commit | c0463d0d5225cdb21e3a8aaac5eac0fb7d961b41 (patch) | |
tree | f682b62fcd3821663b12e46216b63aa8a5cbf306 /shell | |
parent | f4d94eae4a8677a70d6b406ce26614e006ba8b66 (diff) |
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/16314
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
(cherry picked from commit ae150c6a5424d021ce5eb46dc9573f12a4d05445)
Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/infotips/infotips.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/shlxthandler/infotips/infotips.cxx b/shell/source/win32/shlxthandler/infotips/infotips.cxx index 94d86c23fc67..70d253af3b28 100644 --- a/shell/source/win32/shlxthandler/infotips/infotips.cxx +++ b/shell/source/win32/shlxthandler/infotips/infotips.cxx @@ -278,7 +278,7 @@ HRESULT STDMETHODCALLTYPE CInfoTip::GetInfoTip(DWORD /*dwFlags*/, wchar_t** ppws } - //finalize and assignthe string. + //finalize and assign the string. LPMALLOC lpMalloc; HRESULT hr = SHGetMalloc(&lpMalloc); |