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

New commits:
commit 061d55f8b099adf7ed154df043ffd412bca8f0ed
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat May 4 12:47:25 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat May 4 13:45:39 2024 +0200

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

diff --git a/comphelper/qa/unit/variadictemplates.cxx 
b/comphelper/qa/unit/variadictemplates.cxx
index 0ab7cb757669..e2a282193a41 100644
--- a/comphelper/qa/unit/variadictemplates.cxx
+++ b/comphelper/qa/unit/variadictemplates.cxx
@@ -24,7 +24,7 @@ public:
 
     CPPUNIT_TEST_SUITE(VariadicTemplatesTest);
 // This unit test sometimes generates a compiler crash on macos Intel. 
Unfortunately the crash
-// is sometimes in the codegen phase, so its not obvious how to fix it.
+// is sometimes in the codegen phase, so it's not obvious how to fix it.
 #if !(defined(MACOSX) && defined __x86_64__ && __clang_major__ <= 14)
     CPPUNIT_TEST(testUnwrapArgs);
 #endif

Reply via email to