From 64d624b65124ac02d8ee59b135593fd9d8eb9067 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 9 Jan 2016 22:55:28 +0100 Subject: Fix typos Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins Reviewed-by: Ashod Nakashian --- include/vcl/lazydelete.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/lazydelete.hxx') diff --git a/include/vcl/lazydelete.hxx b/include/vcl/lazydelete.hxx index c643b9bdcde1..1f1235dbd1ba 100644 --- a/include/vcl/lazydelete.hxx +++ b/include/vcl/lazydelete.hxx @@ -73,7 +73,7 @@ namespace vcl - The class of which objects are to be destroyed needs a virtual destructor or must be final, else the wrong type will be destroyed. - The destructor of should call LazyDeletor::Undelete( this ). This - prevents duplicate deletionin case someone destroys the object prematurely. + prevents duplicate deletion in case someone destroys the object prematurely. */ class LazyDeletorBase; -- cgit