summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:41:08 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 09:18:53 +0000
commitee495c299b3d70b7a7099c51c6badf35a23f9a96 (patch)
tree4c40a59358a1df56ae850076f3802f9909513abd /include/comphelper
parentFix typos (diff)
downloadcore-ee495c299b3d70b7a7099c51c6badf35a23f9a96.tar.gz
core-ee495c299b3d70b7a7099c51c6badf35a23f9a96.zip
Fix typos
Change-Id: I389542e18fcf71011f22919743b5280779f449fd Reviewed-on: https://gerrit.libreoffice.org/35632 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/interaction.hxx2
-rw-r--r--include/comphelper/listenernotification.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/interaction.hxx b/include/comphelper/interaction.hxx
index 1a38662ea6cc..c85e5c25dd92 100644
--- a/include/comphelper/interaction.hxx
+++ b/include/comphelper/interaction.hxx
@@ -70,7 +70,7 @@ namespace comphelper
typedef OInteraction< css::task::XInteractionApprove > OInteractionApprove;
- //= OInteractionDispprove
+ //= OInteractionDisapprove
typedef OInteraction< css::task::XInteractionDisapprove > OInteractionDisapprove;
diff --git a/include/comphelper/listenernotification.hxx b/include/comphelper/listenernotification.hxx
index 22b98c693a03..c61237adad1e 100644
--- a/include/comphelper/listenernotification.hxx
+++ b/include/comphelper/listenernotification.hxx
@@ -98,7 +98,7 @@ namespace comphelper
@return
<TRUE/> if all listeners have been notified, <FALSE/> else. The latter can happen
- if <member>implNotify</member> cancelles the notification loop.
+ if <member>implNotify</member> cancels the notification loop.
@see implNotify
*/