From dc9a0a88685e5302a7c2f401b5544585f60b6d3e Mon Sep 17 00:00:00 2001
From: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
Date: Sat, 21 Oct 2017 01:29:49 -0400
Subject: [PATCH] STYLE: vtkTestingObjectFactory: Fix typo in comment

Former-commit-id: deba7c266b3cf4e0b020818b135bec0d17599143
---
 CMake/vtkTestingObjectFactory.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMake/vtkTestingObjectFactory.hxx b/CMake/vtkTestingObjectFactory.hxx
index a1643c56a3c..6bd003006dd 100644
--- a/CMake/vtkTestingObjectFactory.hxx
+++ b/CMake/vtkTestingObjectFactory.hxx
@@ -20,7 +20,7 @@
 // Some vtk examples and tests need to perform differently when they
 // are run as tests versus when they are run as individual
 // programs. Many tests/examples are interactive and eventually call
-// vtkRenderWindowInteration::Start() to initialie the
+// vtkRenderWindowInteration::Start() to initialize the
 // interaction. But, when run as tests, these programs should
 // exit. This factory overrides vtkRenderWindowInteractor so that the
 // Start() method just returns.
-- 
GitLab