From 6816c74e915b91b6ecfbede59b14ee6d9e4f2379 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 17 Jun 2018 22:10:03 +0200 Subject: Fix typos Change-Id: I77c4c8feb12d7ed6ee4b4eaa6132a91f4e655fbc Reviewed-on: https://gerrit.libreoffice.org/55967 Tested-by: Jenkins Reviewed-by: Jens Carl --- framework/source/services/frame.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index c64bfa4efc81..cc2987a32a27 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -2617,7 +2617,7 @@ void SAL_CALL Frame::windowHidden( const css::lang::EventObject& ) @short called by dispose of our windows! @descr This object is forced to release all references to the interfaces given by the parameter source. We are a listener at our container window and - should listen for his diposing. + should listen for his disposing. @seealso XWindowListener @seealso XTopWindowListener -- cgit