From 3959d5bddafb61bcd50613d6c6453a2d6fe370b7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 20 Nov 2024 20:05:08 +0100 Subject: Fix typo Change-Id: I8c8e5c3e6c4e0a8a7f41943ac8c014e1175e093a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176871 Tested-by: Jenkins Reviewed-by: Julien Nabet --- vcl/source/app/svdata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/app/svdata.cxx') diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx index 60f8bff3799f..f767c2483925 100644 --- a/vcl/source/app/svdata.cxx +++ b/vcl/source/app/svdata.cxx @@ -237,7 +237,7 @@ namespace // tdf#163428 here aToBeDeletedEntries will be destroyed, the entries will be // decremented and potentially deleted. These are of type SystemDependentData_SharedPtr, - // so we do not need to do anything explicitely here + // so we do not need to do anything explicitly here } } -- cgit