diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-06-28 20:49:38 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-06-28 22:23:17 +0200 |
commit | 16d58ad8d3423380aeb8588c50eaef10fc92c18d (patch) | |
tree | 21713829357ac2e48efe3137cf9fc9b714e5c8c1 /sal | |
parent | 93987194f5dee2b917e32c18b8a377be95f0ab71 (diff) |
Fix "lets" -> "let's"
Change-Id: Ibe6cbbd618aab5c145913235dc90fec3c98cd504
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169723
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/rtl/alloc/rtl_alloc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/alloc/rtl_alloc.cxx b/sal/qa/rtl/alloc/rtl_alloc.cxx index 2364f3fe56cf..0e743cae3c11 100644 --- a/sal/qa/rtl/alloc/rtl_alloc.cxx +++ b/sal/qa/rtl/alloc/rtl_alloc.cxx @@ -190,7 +190,7 @@ public: void test2() { - // should never happen but lets try it again. + // should never happen but let's try it again. test(); } |