summaryrefslogtreecommitdiff
path: root/framework/source/fwe/dispatch
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:26:19 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 06:57:58 +0000
commit34e1739d56411c81359e24dce500cb54bba6c092 (patch)
tree6118d095d61d6744f8380bdbf4338cd709f5b54b /framework/source/fwe/dispatch
parentbcb402298f653146af672ecfca2381062d78c6f2 (diff)
Fix typos
Change-Id: Ieb35517ba57ca62526e84f6b6cee4c9129b4380a Reviewed-on: https://gerrit.libreoffice.org/34805 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source/fwe/dispatch')
-rw-r--r--framework/source/fwe/dispatch/interaction.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/fwe/dispatch/interaction.cxx b/framework/source/fwe/dispatch/interaction.cxx
index a9025aaef71b..56f6ea40b22d 100644
--- a/framework/source/fwe/dispatch/interaction.cxx
+++ b/framework/source/fwe/dispatch/interaction.cxx
@@ -125,7 +125,7 @@ bool RequestFilterSelect_Impl::isAbort() const
}
// return user selected filter
-// Return value valid for non aborted interaction only. Please check "isAbort()" before you call these ony!
+// Return value valid for non aborted interaction only. Please check "isAbort()" before you call these only!
OUString RequestFilterSelect_Impl::getFilter() const
{
@@ -168,7 +168,7 @@ bool RequestFilterSelect::isAbort() const
}
// return user selected filter
-// Return value valid for non aborted interaction only. Please check "isAbort()" before you call these ony!
+// Return value valid for non aborted interaction only. Please check "isAbort()" before you call these only!
OUString RequestFilterSelect::getFilter() const
{