diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-11-20 20:05:08 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-11-20 22:15:19 +0100 |
commit | 3959d5bddafb61bcd50613d6c6453a2d6fe370b7 (patch) | |
tree | b0af11959be6c8b5d99430e16616ef0adf674421 /vcl | |
parent | ebce1088ce97587fe358eb76e21979b62881a4ee (diff) |
Fix typo
Change-Id: I8c8e5c3e6c4e0a8a7f41943ac8c014e1175e093a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176871
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/svdata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } |