diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-08-18 11:30:18 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-08-18 13:52:47 +0200 |
commit | bfa592ab0ce94d1adb905cbd7c1c4a2fd7f16192 (patch) | |
tree | a3d40c8d068e39a874b93971ad5a009a9d2a21e0 /vcl/source | |
parent | 20f6e960cda073012a56597bf6544524240ce246 (diff) |
Fix typo
Change-Id: Ia78a6a37b21cd2e286574adcd5fa64818f7d0d75
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155829
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/app/svapp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index 4b7fc313bbb1..927cc4a32b60 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -185,7 +185,7 @@ Application::~Application() // const Cell OBJ_CELL_NONE; // being a static held SfxPoolItem which is not yet de-initialized here // number often is (1), even higher with other modules loaded (like 5). - // These get de-allocated reliaby in module-deinitializations, so this + // These get de-allocated reliably in module-deinitializations, so this // 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 |