OSDN Git Service

gwenview: comment corrections
authorIvailo Monev <xakepa10@gmail.com>
Fri, 7 Jul 2023 13:28:53 +0000 (16:28 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Fri, 7 Jul 2023 13:28:53 +0000 (16:28 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
gwenview/tests/auto/documenttest.cpp

index 2664698..58a64ea 100644 (file)
@@ -356,7 +356,7 @@ void DocumentTest::testLoadRotated()
     bool ok = image.load(url.toLocalFile());
     QVERIFY2(ok, "Could not load 'orient6.jpg'");
     QMatrix matrix = ImageUtils::transformMatrix(ROT_90);
-    // jpg image handle automatically rotates the image
+    // jpg image handler automatically rotates the image
     // image = image.transformed(matrix);
 
     Document::Ptr doc = DocumentFactory::instance()->load(url);
@@ -372,7 +372,7 @@ void DocumentTest::testLoadRotated()
     ok = image.load(url.toLocalFile());
     QVERIFY2(ok, "Could not load 'dsd_1838.nef'");
     matrix = ImageUtils::transformMatrix(ROT_270);
-    // raw image handle automatically rotates the image
+    // raw image handler automatically rotates the image
     // image = image.transformed(matrix);
 
     doc = DocumentFactory::instance()->load(url);