vcl/source/app/svapp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c8bbabd64ca642b8e9dec5cc6479177315be1210 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Aug 18 11:29:43 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Aug 18 13:53:57 2023 +0200 Fix typos Change-Id: I29aa97b8072fccee24ed0053c9492d61bef44cb0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155828 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index 927cc4a32b60..541256d8c26a 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -189,7 +189,7 @@ Application::~Application() // is no memory loss. These counters are more to be able to have an eye // on amounts of SfxPoolItems used during office usage and to be able to // detect if an error in future changes may lead to memory losses - these - // would show in dramaitically higher numbers then imediately + // would show in dramatically higher numbers then immediately SAL_WARN("vcl", "ITEM: " << getAllocatedSfxPoolItemCount() << " SfxPoolItems still allocated at shutdown"); SAL_WARN("vcl", "ITEM: " << getUsedSfxPoolItemCount() << " SfxPoolItems were incarnated during office usage"); #endif