summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:27:41 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 07:05:43 +0000
commit3063d55b8be2188532e3e2892f440ff0d481db71 (patch)
treebb0aea0c9002eca2bd7919b6729adaa1b613226d /fpicker
parent34e1739d56411c81359e24dce500cb54bba6c092 (diff)
Fix typos
Change-Id: I338dacd3cfe915714a9038e1dea4a60d586e9394 Reviewed-on: https://gerrit.libreoffice.org/34806 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/FileOpenDlg.hxx2
-rw-r--r--fpicker/source/win32/filepicker/comptr.hxx2
-rw-r--r--fpicker/source/win32/filepicker/helppopupwindow.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/FileOpenDlg.hxx b/fpicker/source/win32/filepicker/FileOpenDlg.hxx
index 36e38e6f1df0..28b01da16ce2 100644
--- a/fpicker/source/win32/filepicker/FileOpenDlg.hxx
+++ b/fpicker/source/win32/filepicker/FileOpenDlg.hxx
@@ -229,7 +229,7 @@ protected:
sal_uInt32 SAL_CALL onWMNotify(HWND hwndChild, LPOFNOTIFYW lpOfNotify);
// we use non-virtual functions to do necessary work before
- // calling the virtual funtions (see Gamma: Template method)
+ // calling the virtual functions (see Gamma: Template method)
void SAL_CALL handleInitDialog(HWND hwndDlg, HWND hwndChild);
protected:
diff --git a/fpicker/source/win32/filepicker/comptr.hxx b/fpicker/source/win32/filepicker/comptr.hxx
index b7f123833a34..2469d8b5e289 100644
--- a/fpicker/source/win32/filepicker/comptr.hxx
+++ b/fpicker/source/win32/filepicker/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.
*/
explicit ComPtr(IUnknown* pIUnknown)
{
diff --git a/fpicker/source/win32/filepicker/helppopupwindow.hxx b/fpicker/source/win32/filepicker/helppopupwindow.hxx
index 44f54e268cdf..d63230238f75 100644
--- a/fpicker/source/win32/filepicker/helppopupwindow.hxx
+++ b/fpicker/source/win32/filepicker/helppopupwindow.hxx
@@ -38,7 +38,7 @@
/*
- A simple popup window similary to the one the
+ A simple popup window similarly to the one the
windows help (using WinHelp) creates when called
with the option HELP_CONTEXTPOPUP.