From b3054c0a0f5aaea88a7c90af564403b095698b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Tue, 8 Oct 2024 09:19:47 -0400 Subject: [PATCH] DOC: Fix a typo in CreateAModule chapter --- SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex b/SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex index 28f525c4..e4af8d2b 100644 --- a/SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex +++ b/SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex @@ -732,7 +732,7 @@ \subsubsection{Wrapping Variables} \textbf{C++ Type} & ITKT\_ST & itk::SizeValueType \\ \hline \\ \hline \textbf{Mangling} & ITKM\_IT & Depends on platform \\ \hline -\textbf{C++ Type} & ITKM\_IT & itk::IdentifierType \\ \hline +\textbf{C++ Type} & ITKT\_IT & itk::IdentifierType \\ \hline \\ \hline \textbf{Mangling} & ITKM\_OT & Depends on platform\\ \hline \textbf{C++ Type} & ITKT\_OT & itk::OffsetValueType \\ \hline