From fba66b325c493567126b23d481d75ee00dc9c30d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 10 Mar 2017 18:58:02 +0100 Subject: Fix typos Change-Id: I19d30a1ef4236dbe0a0053dad67a5ba7b1586fc8 Reviewed-on: https://gerrit.libreoffice.org/35054 Tested-by: Jenkins Reviewed-by: Johnny_M Reviewed-by: Noel Grandin --- framework/inc/dispatch/dispatchprovider.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/inc/dispatch/dispatchprovider.hxx') diff --git a/framework/inc/dispatch/dispatchprovider.hxx b/framework/inc/dispatch/dispatchprovider.hxx index ab00668f55db..185fe8a9fc42 100644 --- a/framework/inc/dispatch/dispatchprovider.hxx +++ b/framework/inc/dispatch/dispatchprovider.hxx @@ -63,7 +63,7 @@ enum EDispatchHelper - a normal frame never can create a new one by himself @attention Use this class as member only! Never use it as baseclass. - XInterface will be ambigous and we hold a weakreference to our OWNER - not to our SUPERCLASS! + XInterface will be ambiguous and we hold a weakreference to our OWNER - not to our SUPERCLASS! @base OWeakObject provides ref count and weak mechanism -- cgit