tools/source/datetime/duration.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 858dfb53598ed379a2e72c887a7f77909b550ca0
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jun 17 18:10:33 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jun 27 18:52:23 2023 +0200

    Fix typo
    
    Change-Id: I8dee1f762a39b21e88609d1d108846623d0b8bc2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153207
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/tools/source/datetime/duration.cxx 
b/tools/source/datetime/duration.cxx
index 42ce2a8a6cc4..a7b2762fff49 100644
--- a/tools/source/datetime/duration.cxx
+++ b/tools/source/datetime/duration.cxx
@@ -236,7 +236,7 @@ Duration Duration::Mult(sal_Int32 nMult, bool& rbOverflow) 
const
     }
     if (bBadNS)
     {
-        // Simple calculation in overall nanoseconds overflew, try with
+        // Simple calculation in overall nanoseconds overflowed, try with
         // individual components.
         const sal_uInt64 nMult64 = (nMult < 0) ? -nMult : nMult;
         do

Reply via email to