summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-06-17 18:10:33 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-06-27 18:52:23 +0200
commit858dfb53598ed379a2e72c887a7f77909b550ca0 (patch)
tree3616e6faa9171f636537d4f703deeb0607e10478 /tools
parent3b06c1835e9fcbbcdcd6ce2b207301f4f8bb6388 (diff)
Fix typo
Change-Id: I8dee1f762a39b21e88609d1d108846623d0b8bc2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153207 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'tools')
-rw-r--r--tools/source/datetime/duration.cxx2
1 files changed, 1 insertions, 1 deletions
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