Skip to content

Commit baf4c64

Browse files
albert-githubdzenanz
authored andcommittedMar 20, 2025
DOC: Spelling corrections
Spelling corrections
1 parent 70ee39f commit baf4c64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎SoftwareGuide/Latex/Architecture/DataRepresentation.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ \subsection{RGB Images}
5959
repeated with 24 hours intervals.} receptors are sensitive to the lighting
6060
conditions that differentiate day from night. These receptors evolved as a
6161
mechanism for synchronizing the physiology with the time of the day. Cellular
62-
controls for circadian rythms are present in every cell of an organism and are
62+
controls for circadian rhythms are present in every cell of an organism and are
6363
known to be exquisitively precise~\cite{Lodish2000}.
6464

6565
The RGB space has been constructed as a representation of a physiological

‎SoftwareGuide/Latex/Architecture/Iterators.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ \subsection{Moving Iterators}
126126
important to remember because attempting to dereference an iterator at its end
127127
position will have undefined results.
128128

129-
%Moving iteators
129+
%Moving iterators
130130
ITK iterators are moved back and forth across their iterations using the
131131
decrement and increment operators.
132132

@@ -276,7 +276,7 @@ \subsection{Accessing Data}
276276

277277
\subsection{Iteration Loops}
278278
\label{sec:IterationExample}
279-
% Now give a psuedo code example for putting all of this together.
279+
% Now give a pseudo code example for putting all of this together.
280280
Using the methods described in the previous sections, we can now write a simple
281281
example to do pixel-wise operations on an image. The following code calculates
282282
the squares of all values in an input image and writes them to an output image.

‎SoftwareGuide/Latex/Architecture/SystemOverview.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ \section{Wrapping}
880880

881881
\small
882882
\begin{minted}{python}
883-
Dimesion = 3
883+
Dimension = 3
884884
index = itk.Index[Dimension]()
885885
index_as_tuple = tuple(index)
886886
index_as_list = list(index)

0 commit comments

Comments
 (0)