sc/qa/extras/macros-test.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c06355ad4a0ee177984974e9c7578127538f01a8
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jan 29 17:16:03 2024 +0100
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Tue Jan 30 00:23:30 2024 +0100

    Fix typo
    
    Change-Id: I8b7a0eb27678d96ed8ee0bdd268621a49ab72db8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162701
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index 92878cf2bea5..61c7fdad12a5 100644
--- a/sc/qa/extras/macros-test.cxx
+++ b/sc/qa/extras/macros-test.cxx
@@ -900,7 +900,7 @@ CPPUNIT_TEST_FIXTURE(ScMacrosTest, testTdf116127)
 CPPUNIT_TEST_FIXTURE(ScMacrosTest, testTdf159412)
 {
     // Run a macro, that itself calls two other functions using invoke,
-    // passing a small integer value to agruments of types Long and Double
+    // passing a small integer value to arguments of types Long and Double
     createScDoc("tdf159412.fods");
 
     css::uno::Any aRet;

Reply via email to