vcl/qa/cppunit/GraphicMemoryTest.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c9d4f99b2bb54ac7735b3e0d0cadbafbd0279518
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Sat Mar 30 17:06:54 2024 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Sat Mar 30 21:24:58 2024 +0100

    Fix typo in code
    
    Change-Id: I6babc5ec476a27fcecb582466183f999cf56757b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165577
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/vcl/qa/cppunit/GraphicMemoryTest.cxx 
b/vcl/qa/cppunit/GraphicMemoryTest.cxx
index 95e64e471246..80c8619508fe 100644
--- a/vcl/qa/cppunit/GraphicMemoryTest.cxx
+++ b/vcl/qa/cppunit/GraphicMemoryTest.cxx
@@ -148,7 +148,7 @@ CPPUNIT_TEST_FIXTURE(GraphicMemoryTest, 
testMemoryManager_Unloaded)
     CPPUNIT_ASSERT_EQUAL(sal_uLong(90000), aGraphic_300.GetSizeBytes());
 }
 
-CPPUNIT_TEST_FIXTURE(GraphicMemoryTest, testMemoryManager_Destrucion)
+CPPUNIT_TEST_FIXTURE(GraphicMemoryTest, testMemoryManager_Destruction)
 {
     auto& rManager = vcl::graphic::MemoryManager::get();
     CPPUNIT_ASSERT_EQUAL(size_t(0), rManager.getManagedObjects().size());

Reply via email to