diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-06-29 15:39:00 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-06-29 17:12:55 +0200 |
commit | 36d898b3bc635e996cad074fc81341d43a650a3f (patch) | |
tree | 02d8c29998c40c64e30a67f8b6b492394eb16e5c /desktop/source | |
parent | 819194eb3b60ce53533678d6dd57bebed58996c0 (diff) |
Fix "lets" -> "let's"
Change-Id: I3f55e97561323cff8a4148d8388ecd3a5550c704
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169753
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index d30bd0e582f3..2a52f9843f75 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -454,7 +454,7 @@ void Desktop::Init() // We need to have service factory before going further, but see fdo#37195. // Doing this will mmap common.rdb, making it not overwritable on windows, - // so this can't happen before the synchronization above. Lets rework this + // so this can't happen before the synchronization above. Let's rework this // so that the above is called *from* CreateApplicationServiceManager or // something to enforce this gotcha try |