From 7a07dd33da3bbb9abf14b79624c272a2fb70719b Mon Sep 17 00:00:00 2001
From: Ben Boeckel <ben.boeckel@kitware.com>
Date: Fri, 6 Dec 2024 17:22:36 +0100
Subject: [PATCH] vtkTesting: fix typos in log string and comment

---
 Testing/Rendering/vtkTesting.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Testing/Rendering/vtkTesting.cxx b/Testing/Rendering/vtkTesting.cxx
index e045748e513..5292c43477c 100644
--- a/Testing/Rendering/vtkTesting.cxx
+++ b/Testing/Rendering/vtkTesting.cxx
@@ -620,7 +620,7 @@ std::array<double, 3> ComputeWasserstein2(vtkDoubleArray* array)
   }
   return measure;
 }
-} // anonymoun namespace
+} // anonymous namespace
 
 //------------------------------------------------------------------------------
 int vtkTesting::RegressionTest(vtkAlgorithm* imageSource, double thresh, ostream& os)
@@ -930,7 +930,7 @@ int vtkTesting::RegressionTest(vtkAlgorithm* imageSource, double thresh, ostream
     if ((ext2[1] - ext2[0]) == (ext1[1] - ext1[0]) && (ext2[3] - ext2[2]) == (ext1[3] - ext1[2]) &&
       (ext2[5] - ext2[4]) == (ext1[5] - ext1[4]))
     {
-      vtkLog(INFO, "Trying onother baseline.");
+      vtkLog(INFO, "Trying another baseline.");
       // Cannot compute difference unless image sizes are the same
       executeComparison(error);
     }
-- 
GitLab