basic/source/runtime/methods.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 431e3d8a525de715b967e8b7ecee53a5acc6bc4f
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Thu Jun 20 15:25:37 2024 +0200
Commit:     Andrea Gelmini <[email protected]>
CommitDate: Thu Jun 20 19:22:44 2024 +0200

    Fix typo
    
    Change-Id: Ib6bfd1938d8d2da3d3aa9ccbb7b80750c4671f39
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169279
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <[email protected]>

diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index 8e87d6d0d5ef..2e2381a121c5 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -115,7 +115,7 @@ static sal_Int32 GetDayDiff(const Date& rDate) { return 
rDate - Date(1899'12'30)
 
 static sal_Int32 nanoSecToMilliSec(sal_Int64 nNanoSeconds)
 {
-    // Rounding nanoseconds to milliseconds precision to avoid comparision 
inaccuracies
+    // Rounding nanoseconds to milliseconds precision to avoid comparison 
inaccuracies
     return o3tl::convert(nNanoSeconds, 1, tools::Time::nanoPerMilli);
 }
 

Reply via email to