summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-08-18 11:29:43 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-08-18 13:53:57 +0200
commitc8bbabd64ca642b8e9dec5cc6479177315be1210 (patch)
treebcd06c8ca5f694e977a0dc2ba689469aa4f8b962 /vcl/source/app/svapp.cxx
parentb0cfba866a664b6d70a7b10a20da1971c891ab5e (diff)
Fix typos
Change-Id: I29aa97b8072fccee24ed0053c9492d61bef44cb0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155828 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source/app/svapp.cxx')
-rw-r--r--vcl/source/app/svapp.cxx2
1 files changed, 1 insertions, 1 deletions
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