sc/qa/unit/uicalc/uicalc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f1983a1fc803fe3bd35ee1f3b80b44c99582ca95
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat May 14 16:30:57 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat May 14 18:15:49 2022 +0200

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

diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx
index 9cd969fcfbdc..6cf4c18a3bea 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -988,7 +988,7 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf148863)
     double nB1 = pDoc->GetValue(ScAddress(1, 0, 0));
     double nC1 = pDoc->GetValue(ScAddress(2, 0, 0));
 
-    // Without the fix in place, this test woul have failed here
+    // Without the fix in place, this test would have failed here
     CPPUNIT_ASSERT(nA1 != nB1);
     CPPUNIT_ASSERT(nA1 != nC1);
     CPPUNIT_ASSERT(nB1 != nC1);

Reply via email to