diff options
Diffstat (limited to 'vcl/source/app/svdata.cxx')
-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 } } |