@@ -57,7 +57,7 @@ endfunction ()
5757# Opt-in option from projects using VTK to activate SSIM baseline comparison
5858if (DEFINED DEFAULT_USE_SSIM_IMAGE_COMP AND DEFAULT_USE_SSIM_IMAGE_COMP)
5959 set (default_image_compare "VTK_TESTING_IMAGE_COMPARE_METHOD=TIGHT_VALID" )
60- # We are compiling VTK standalone if we succed the following condition
60+ # We are compiling VTK standalone if we succeed the following condition
6161elseif (DEFINED VTK_VERSION)
6262 set (default_image_compare "VTK_TESTING_IMAGE_COMPARE_METHOD=TIGHT_VALID" )
6363else ()
@@ -321,7 +321,7 @@ C++ tests
321321 current source directory. If alternate baseline images are required,
322322 ``<NAME>`` may be suffixed by ``_1``, ``_2``, etc. The valid image is passed via
323323 the ``-V`` flag.
324- - ``TIGHT_VALID``: Uses euclidian type metrics to compare baselines. Baseline
324+ - ``TIGHT_VALID``: Uses euclidean type metrics to compare baselines. Baseline
325325 comparison is sensitive to outliers in this setting.
326326 - ``LOOSE_VALID``: Uses L1 type metrics to compare baselines. Baseline comparison
327327 is somewhat more forgiving. Typical use cases involve rendering that is highly GPU
@@ -710,7 +710,7 @@ Options:
710710- ``JUST_VALID``: Only applies when neither ``NO_VALID`` or ``NO_RT`` are present.
711711 If it is not specified, the test is run via ``vtkmodules.test.rtImageTest``.
712712- ``TIGHT_VALID``: Default behavior if legacy image comparison method is turned off by default.
713- The baseline is tested using an euclidian metric, which is sensitive to outliers.
713+ The baseline is tested using an euclidean metric, which is sensitive to outliers.
714714- ``LOOSE_VALID``: The baseline is tested using an norm-1 metric, which is less sensitive to
715715 outliers. It should typically be used when comparing text or when testing rendering that
716716 varies a lot depending on the GPU drivers.
0 commit comments