diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 12:25:27 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-03 06:56:42 +0000 |
commit | bcb402298f653146af672ecfca2381062d78c6f2 (patch) | |
tree | bb03e1bf54498aca8e52996c70482f207377cc4e /include/systools | |
parent | 8b633f40514f9d33a22cf9b2e064d8ef3ef2c7f4 (diff) |
Fix typos
Change-Id: I5e3c9683741ddc66283008c20794be5c2b2bc53f
Reviewed-on: https://gerrit.libreoffice.org/34804
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/systools')
-rw-r--r-- | include/systools/win32/comptr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/systools/win32/comptr.hxx b/include/systools/win32/comptr.hxx index 2a56ec92422a..ce8a9948798a 100644 --- a/include/systools/win32/comptr.hxx +++ b/include/systools/win32/comptr.hxx @@ -60,7 +60,7 @@ class ComPtr } - /** initialize object by quering external object for the right interface. + /** initialize object by querying external object for the right interface. */ ComPtr(IUnknown* pIUnknown) { |