From 1e003467e263d31bfb02589ce2449a413dbe4fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Tue, 27 Sep 2022 19:09:44 -0400 Subject: [PATCH] DOC: Fix ITK class namespace spelling in `Core` group description Fix ITK class namespace spelling in `Core` group description. --- CMake/ITKGroups.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/ITKGroups.cmake b/CMake/ITKGroups.cmake index 3d1c2b8df0e..dc426513a59 100644 --- a/CMake/ITKGroups.cmake +++ b/CMake/ITKGroups.cmake @@ -17,7 +17,7 @@ set(group_list set(Core_documentation "This group of modules contain the toolkit framework used by other modules. There are common base classes for data objects and process objects, basic data structures such as itk::Image, itk::Mesh, itk::QuadEdgeMesh, and -ik::SpatialObject, and common functionality for operations such as finite +itk::SpatialObject, and common functionality for operations such as finite differences, image adaptors, or image transforms.") set(Compatibility_documentation "This group contains modules that ease the transition to ITKv4 and Deprecated classes.")