Skip to content

Commit f667a9b

Browse files
committed
DOC: Spelling corrections
Spelling corrections
1 parent 9a65edc commit f667a9b

31 files changed

+70
-70
lines changed

CMake/ITKSetStandardCompilerFlags.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function(check_compiler_warning_flags c_warning_flags_var cxx_warning_flags_var)
8888
#-wd1419 #Needed for Intel compilers with remark #1419: external declaration in primary source file
8989
#-wd1572 #Needed for Intel compilers with remark #1572: floating-point equality and inequality comparisons are unreliable
9090
#-wd2259 #Needed for Intel compilers with remark #2259: non-pointer conversion from "itk::SizeValueType={unsigned long}" to "double" may lose significant bits
91-
#-wd1268 #Needed for Intel compliers with warning #1268: support for exported templates is disabled
91+
#-wd1268 #Needed for Intel compilers with warning #1268: support for exported templates is disabled
9292
else()
9393
set(VerboseWarningsFlag -Wall )
9494
endif ()
@@ -209,7 +209,7 @@ macro(check_compiler_platform_flags)
209209
if("${${listname}}" MATCHES ".*-fopenmp.*")
210210
string(REPLACE "-fopenmp" "" tmpFlags "${${listname}}")
211211
set(${listname} "${tmpFlags}")
212-
message("-fopenmp causes incorrect compliation of HDF, removing from ${listname}")
212+
message("-fopenmp causes incorrect compilation of HDF, removing from ${listname}")
213213
endif()
214214
endforeach()
215215

CMake/ITKSoftwareGuideExternalData.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ get_filename_component(_ITKExternalData_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
22
include(${_ITKExternalData_DIR}/ExternalData.cmake)
33

44
## The user can specify an environmental variable for shared locations of
5-
## of object files to prevent continous downloading of common objects.
5+
## of object files to prevent continuous downloading of common objects.
66
if(NOT ExternalData_OBJECT_STORES)
77
# Use ExternalData_OBJECT_STORES from environment as default.
88
set(ExternalData_OBJECT_STORES_DEFAULT "")

CMake/PreventInBuildInstalls.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Adapated from ITKv4/CMake/PreventInBuildInstalls.cmake
1+
# Adapted from ITKv4/CMake/PreventInBuildInstalls.cmake
22
string(TOLOWER "${CMAKE_INSTALL_PREFIX}" _PREFIX)
33
string(TOLOWER "${${CMAKE_PROJECT_NAME}_BINARY_DIR}" _BUILD)
44
if("${_PREFIX}" STREQUAL "${_BUILD}")

CMake/PreventInSourceBuilds.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Adapated from ITKv4/CMake/PreventInSourceBuilds.cmake
1+
# Adapted from ITKv4/CMake/PreventInSourceBuilds.cmake
22
#
33
# This function will prevent in-source builds
44
function(AssureOutOfSourceBuilds PROJECT_NAME)

CMake/SlicerMacroCheckExternalProjectDependency.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ endmacro()
3131
macro(ProjectDependancyPop CACHE_LIST TVAR)
3232
list(GET ${CACHE_LIST} -1 ${TVAR})
3333
list(REMOVE_AT ${CACHE_LIST} -1)
34-
#message(STATUS "POPING ${${TVAR}} from ${CACHE_LIST}: --> ${${CACHE_LIST}}")
34+
#message(STATUS "POPPING ${${TVAR}} from ${CACHE_LIST}: --> ${${CACHE_LIST}}")
3535
endmacro()
3636

3737
macro(SlicerMacroCheckExternalProjectDependency proj)

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(PRIMARY_PROJECT_NAME ITKSoftwareGuide)
66

77
## NOTE THERE SHOULD BE NO PROJECT STATEMENT HERE!
88
## This file acts as a simple switch to initiate
9-
## two completely independant CMake build environments.
9+
## two completely independent CMake build environments.
1010

1111
#-----------------------------------------------------------------------------
1212
# Superbuild Option - Enabled by default

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ description for the patch. Type a more detailed description of the patch after
4949
a blank line.
5050

5151
Submit the patch for peer review by running the `git review-push` command.
52-
This will provide a summary message that inclues a URL to view the changes. If
52+
This will provide a summary message that includes a URL to view the changes. If
5353
you are logged into [GitHub], there will also be a green button to create a
5454
[Pull Request].
5555

Common.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ else() # Release, or anything else
8484
endif()
8585

8686
#-----------------------------------------------------------------------------
87-
# Add needed flag for gnu on linux like enviroments to build static common libs
87+
# Add needed flag for gnu on linux like environments to build static common libs
8888
# suitable for linking with shared object libs.
8989
if(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
9090
if(NOT "${CMAKE_CXX_FLAGS}" MATCHES "-fPIC")

Latex/Insight.bib

+22-22
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ @Book{Beaumont1987
298298

299299
@Book{Berestovskij1993,
300300
Author = "V. N. Berestovskij and I. G. Nikilaev",
301-
Title = "Multidimensional Generalised Riemannian Spaces",
301+
Title = "Multidimensional Generalized Riemannian Spaces",
302302
Publisher = "Springer Verlag",
303-
Series = "Enciclopaedia of Mathematical Sciences",
303+
Series = "Encyclopaedia of Mathematical Sciences",
304304
year = 1993,
305305
}
306306

@@ -604,7 +604,7 @@ @Article{Chan2001
604604
@Book{CPPStandard1998,
605605
Author = "ANSI-ISO",
606606
Title = "Programming Languages - C++",
607-
Publisher = "American National Standards Institue",
607+
Publisher = "American National Standards Institute",
608608
year = 1998,
609609
}
610610

@@ -823,7 +823,7 @@ @TechReport{Deriche1993
823823
Derivatives ",
824824
Institution = "Unite de recherche INRIA Sophia-Antipolis",
825825
Number = "1893",
826-
Note = "Research Repport",
826+
Note = "Research Report",
827827
annote = "https://www.inria.fr",
828828
year = 1993,
829829
month = "avril",
@@ -923,7 +923,7 @@ @InProceedings{Duta1999
923923

924924
@Article{RimonBurdick2,
925925
Author = "Rimon E. and Burdick J.W.",
926-
Title = "Mobility of Bodies in Contact - Part 2: How Froces are
926+
Title = "Mobility of Bodies in Contact - Part 2: How Forces are
927927
Generated by Curvature Effects",
928928
Journal = "IEEE Transactions on Robotics and Automation",
929929
Volume = "15",
@@ -1037,7 +1037,7 @@ @Article{Farouki1995
10371037
@InProceedings{Reveilles3D,
10381038
Author = "O. Figueiredo and J-P Reveilles",
10391039
Title = "A Contribution to 3D Digital Lines",
1040-
BookTitle = "Procedings 5th Discrete Geometry and Computer Imagery",
1040+
BookTitle = "Proceedings 5th Discrete Geometry and Computer Imagery",
10411041
Pages = "187-189",
10421042
Address = "Clermont-Ferrand",
10431043
year = 1995,
@@ -1130,7 +1130,7 @@ @Article{Fritsch1994
11301130
@InProceedings{Fritsch1997,
11311131
Author = "D. Fritsch and S. Pizer and L. Yu and V. Johnson and
11321132
E. Chaney",
1133-
Title = "Localisation and Segmentation of Medical Image Objects
1133+
Title = "Segmentation of Medical Image Objects
11341134
using Deformable Shape Loci",
11351135
BookTitle = "Information Processing in Medical Imaging 1997
11361136
(IPMI'97)",
@@ -1501,7 +1501,7 @@ @Article{Hau2002
15011501

15021502
@Article{Heath,
15031503
Author = "M. Heath and S. Sarkar and T. Sanoki and K. Bowyer",
1504-
Title = "Comparision of Edge Detectors. A Methodology and
1504+
Title = "Comparison of Edge Detectors. A Methodology and
15051505
Initial Study",
15061506
Journal = "Computer Vision and Image Understanding",
15071507
Volume = "69",
@@ -1772,7 +1772,7 @@ @InProceedings{Ib
17721772

17731773
@Article{Ib'{a}~{n}ezLines,
17741774
Author = "L. Ib'{a}~{n}ez and C. Hamitouche and C. Roux",
1775-
Title = "A Vectorial Algorithm for Tracing Discrete Straigh
1775+
Title = "A Vectorial Algorithm for Tracing Discrete Straight
17761776
Lines in N-Dimensional Generalized Grids",
17771777
Journal = "IEEE Transactions on Visualization and Computer
17781778
Graphics",
@@ -1932,7 +1932,7 @@ @InProceedings{Jolly2003
19321932

19331933
@Book{Kaandorp1994,
19341934
Author = "J.A. Kaandorp",
1935-
Title = "Fractal Modelling. Growth and From in Bilogy",
1935+
Title = "Fractal Modelling. Growth and Fxprom in Biology",
19361936
Publisher = "Springer Verlag",
19371937
year = 1994,
19381938
}
@@ -1998,7 +1998,7 @@ @Article{Kaufman3DScan
19981998
@InProceedings{Kaufman,
19991999
Author = "A. E. Kaufman",
20002000
Title = "Volume Synthesis",
2001-
BookTitle = "Procedings 6th International Workshop Discrete
2001+
BookTitle = "Proceedings 6th International Workshop Discrete
20022002
Geometry for Computer Imagery DGCI'96",
20032003
Editor = "Springer Verlag",
20042004
Series = "Lecture Notes in Computer Science",
@@ -3058,7 +3058,7 @@ @InProceedings{Pelleg1999
30583058
@Article{Penney1998,
30593059
Author = "G. P. Penney and J. Weese and J. A. Little and P.
30603060
Desmedt and D. L. G. Hill and D. J. Hawkes",
3061-
Title = "A comparision of similarity measures for use in 2D-3D
3061+
Title = "A comparison of similarity measures for use in 2D-3D
30623062
Medical image registration",
30633063
Journal = "IEEE Transactions on Medical Imaging",
30643064
Volume = "17",
@@ -3279,7 +3279,7 @@ @Book{Reshetnyak1993
32793279

32803280
@PhdThesis{ReveillesThese,
32813281
Author = "J-P. Reveilles",
3282-
Title = "Geometrie discrete, calculs en nombres entiers et
3282+
Title = "Geometrie discrete, calcul en nombres entiers et
32833283
algorithmique",
32843284
School = "Universite Louis Pasteur ",
32853285
Address = "Strasbourg",
@@ -3380,7 +3380,7 @@ @Book{Roman1992
33803380

33813381
@InProceedings{Rosch2000,
33823382
Author = "P. Rosch and T. Netsch and M. Quist and G. P. Penney
3383-
and D. L. G. Hill adn J. Weese",
3383+
and D. L. G. Hill and J. Weese",
33843384
Title = "Robust 3D Deformation Field Estimation by Template
33853385
Propagation",
33863386
BookTitle = "International Conference on Medical Image Computing
@@ -3807,7 +3807,7 @@ @Article{Thirion1998
38073807

38083808
@Book{Thom1977,
38093809
Author = "R. Thom",
3810-
Title = "Stabilite Structurelle et Mofphogenese. Essai d'une
3810+
Title = "Stabilite Structurelle et Morphogenese. Essai d'une
38113811
theorie generale des modeles",
38123812
Publisher = "InterEditions",
38133813
Edition = "Deuxieme",
@@ -3947,7 +3947,7 @@ @Article{Unsgaard2003
39473947
Author = "G. Unsgaard and S. Ommedal and T. Muller and A.
39483948
Gronningsaeter and T.A. Nagelhus Hernes",
39493949
Title = "Neuronavigation by intraoperative 3D ultrasound,
3950-
initial experiences durin brain tumor resections.
3950+
initial experiences during brain tumor resections.
39513951
Clinical study",
39523952
Journal = "Neurosurgery",
39533953
year = 2003,
@@ -4134,8 +4134,8 @@ @InProceedings{Weickert1996
41344134
}
41354135

41364136
@InCollection{Weinans,
4137-
Author = "H. Weinans and D. Summer",
4138-
Title = "Finite Element Analyes to Study Periprosthetic Bone
4137+
Author = "H. Weinans and D. Sumner",
4138+
Title = "Finite Element Analyses to Study Periprosthetic Bone
41394139
Adaptation",
41404140
BookTitle = "Bone Research in Biomechanics",
41414141
Publisher = "IOS Press",
@@ -4414,7 +4414,7 @@ @InProceedings{Yao2000
44144414
@InProceedings{Yezzi1999,
44154415
Author = "A. Yezzi and A. Tsai and A. Willsky",
44164416
Title = "A statistical approach to snakes for bimodal and trimodal imagery",
4417-
BookTitle = "Internation Conf. Computer Vision",
4417+
BookTitle = "International Conf. Computer Vision",
44184418
Volume = 2,
44194419
Pages = "898-903",
44204420
year = 1999,
@@ -4506,7 +4506,7 @@ @Article{wolpert96
45064506
@article{hornoptflow,
45074507
AUTHOR = "D.K.P. Horn and B.G. Schunck",
45084508
TITLE = "Determining Optical Flow",
4509-
JOURNAL = "Artifical Intelligence",
4509+
JOURNAL = "Artificial Intelligence",
45104510
VOLUME = "17",
45114511
YEAR = "1981",
45124512
NUMBER = "1-3",
@@ -4519,7 +4519,7 @@ @incollection{ mumford-bayesian
45194519
booktitle = "Geometry-driven diffusion in Computer Vision",
45204520
pages = {141--153},
45214521
publisher="Kluwer Academic",
4522-
editer = "B. Romeny",
4522+
editor = "B. Romeny",
45234523
year = 1994}
45244524

45254525

@@ -4827,7 +4827,7 @@ @TechReport{DICOMStandard
48274827
Title = "The DICOM Standard",
48284828
Institution = "NEMA",
48294829
Address = "http://medial.nema.org/",
4830-
Publisher = "National Electical Manufacturers Association",
4830+
Publisher = "National Electrical Manufacturers Association",
48314831
Year = 2013
48324832
}
48334833

Latex/Insight.sty

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%
2-
% Insight.sty for the Insight docummentation [works only with with Latex2e]
2+
% Insight.sty for the Insight documentation [works only with with Latex2e]
33
%
44

55
\NeedsTeXFormat{LaTeX2e}[1995/12/01]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For more detailed instructions, see the [CONTRIBUTING.md](CONTRIBUTING.md) file.
4747
Building with Docker
4848
--------------------
4949

50-
All the dependencies described belowe are available pre-installed in a [Docker]
50+
All the dependencies described below are available pre-installed in a [Docker]
5151
image. This is the easiest way to build and contribute to The Software
5252
Guide.
5353

SoftwareGuide/Art/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ if(NOT IMAGEMAGICK_CONVERT_EXECUTABLE)
1515
endif()
1616
# Convert an image from some file format to EPS for inclusion in Latex using
1717
# ImageMagick. This image is an input image. A separate macro is necessary
18-
# because input images do not have any dependecies
18+
# because input images do not have any dependencies
1919
set(EPS_INPUT_CONVERT_FLAGS)
2020
set(EPS_OUTPUT_CONVERT_FLAGS)
2121
if( PDF_QUALITY_LEVEL STREQUAL "Printer" )
22-
# Upsample to satify the printer
22+
# Upsample to satisfy the printer
2323
set( EPS_INPUT_CONVERT_FLAGS -density 72 )
2424
set( EPS_OUTPUT_CONVERT_FLAGS -density 72 -scale 4194304@ )
2525
endif()

SoftwareGuide/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# directory containing the Insight executables. Specify ITK data paths.
1414
# The default data path inferred is ITK/Examples/Data. This should suffice
1515
# for building the SoftwareGuide. Should more paths be need add them in a colon
16-
# seperated list.
16+
# separated list.
1717
#
1818
# Make
1919
#

SoftwareGuide/Examples/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ set(ITK_FLIP_IMG
250250
# END FLIP_INPUTS LIST
251251
# Convert an image from some file format to EPS for inclusion in Latex using
252252
# ImageMagick. This image is an input image. A separate macro is necessary
253-
# because input images do not have any dependecies
253+
# because input images do not have any dependencies
254254
set(EPS_INPUT_CONVERT_FLAGS)
255255
set(EPS_OUTPUT_CONVERT_FLAGS)
256256
if( \"${PDF_QUALITY_LEVEL}\" STREQUAL \"Printer\" )
257-
# Upsample to satify the printer
257+
# Upsample to satisfy the printer
258258
set( EPS_INPUT_CONVERT_FLAGS -density 72 )
259259
set( EPS_OUTPUT_CONVERT_FLAGS -density 72 -scale 4194304@ )
260260
endif()

SoftwareGuide/Examples/ParseCxxExamples.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ def ParseOneFile(sourceFile):
124124

125125

126126
def GetPreambleString(examplefilename):
127-
# The following message is a warning writen on the generated .tex
128-
# files for preventing them from being manualy edited.
127+
# The following message is a warning written on the generated .tex
128+
# files for preventing them from being manually edited.
129129
preamble = f"""
130130
% Please do NOT edit this file.
131131
% It has been automatically generated

SoftwareGuide/Examples/RunExamples.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def AreOutputsNewer(self):
9494
if os.path.exists(o):
9595
this_output_time = os.path.getmtime(o)
9696
if self.verbose:
97-
print(f"This Ouptut Time: {this_output_time}")
97+
print(f"This Output Time: {this_output_time}")
9898
if this_output_time < oldest_output:
9999
oldest_output = this_output_time
100100
else:
@@ -285,7 +285,7 @@ def __init__(self, itkSourceDir, itkExecutablesDir, itkBuildDir, SWGuidBaseOutpu
285285
self.outPicDir = self.outPicDir.rstrip("/")
286286
mkdir_p(self.outPicDir)
287287

288-
# HACK: Need beter search criteria
288+
# HACK: Need better search criteria
289289
searchPaths = f"{itkBuildDir}/ExternalData/Testing/Data/Input#{itkBuildDir}/ExternalData/Examples/Data/BrainWeb#{itkBuildDir}/Testing/Temporary#{itkBuildDir}/Modules/Nonunit/Review/test#{itkBuildDir}/ExternalData/Modules/Segmentation/LevelSetsv4/test/Baseline#{itkBuildDir}/ExternalData/Modules/IO/GE/test/Baseline#{itkBuildDir}/ExternalData/Examples/Filtering/test/Baseline#{itkBuildDir}/Examples/Segmentation/test#{SWGuidBaseOutput}/Art/Generated#{itkSourceDir}/Examples/Data"
290290
dirtyDirPaths = searchPaths.split("#")
291291

SoftwareGuide/LaTeXWrapper.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
TEXINPUTS=$TEXINPUTS:${ITK_TEXINPUTS}
44
export TEXINPUTS
55

6-
# NOTE: Run 3 times just to get all dependancies resolved.
6+
# NOTE: Run 3 times just to get all dependencies resolved.
77
${LATEX_COMPILER} -shell-escape "$@"
88

SoftwareGuide/Latex/Appendices/GitWorkflow.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3058,7 +3058,7 @@ \subsubsection{Local}
30583058
One of Git's standard whitespace checks is to reject trailing whitespace on
30593059
lines that were added or modified. Many people consider extra space characters
30603060
at the end of a line to be an unprofessional style (including Git's own
3061-
developers), but some don ot care. Text editors typically have a mode to
3061+
developers), but some don't care. Text editors typically have a mode to
30623062
highlight trailing whitespace:
30633063

30643064
\begin{itemize}

SoftwareGuide/Latex/DesignAndFunctionality/ConfidenceConnectedOnBrainWeb.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ \subsubsection{Application of the Confidence Connected filter on the Brain Web D
66
The previous code was used in this example replacing the image dimension by 3.
77
Gradient Anistropic diffusion was applied to smooth the image. The filter used 2 iterations, a time step of 0.05 and a conductance value of 3. The smoothed volume was then segmented using the Confidence Connected approach. Five seed points were used at coordinate locations (118,85,92), (63,87,94), (63,157,90), (111,188,90), (111,50,88). The ConfidenceConnnected filter used the parameters, a neighborhood radius of 2, 5 iterations and an $f$ of 2.5 (the same as in the previous example). The results were then rendered using VolView.
88

9-
Figure \ref{fig:3DregionGrowingScreenshot1} shows the rendered volume. Figure \ref{fig:SlicesBrainWeb} shows an axial, saggital and a coronal slice of the volume.
9+
Figure \ref{fig:3DregionGrowingScreenshot1} shows the rendered volume. Figure \ref{fig:SlicesBrainWeb} shows an axial, sagittal and a coronal slice of the volume.
1010

1111
\begin{figure}
1212
\centering

SoftwareGuide/Latex/DesignAndFunctionality/Optimizers.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
in N (initially orthogonal) directions. This optimizer is described
125125
in~\cite{Press1992}. (\doxygen{PowellOptimizerv4}).
126126

127-
\item \textbf{Exhausive Optimizer}: Fully samples a grid on the parameteric space.
127+
\item \textbf{Exhaustive Optimizer}: Fully samples a grid on the parametric space.
128128
This optimizer is equivalent to an exahaustive search in a discrete grid defined
129129
over the parametric space. The grid is centered on the initial position. The
130130
subdivisions of the grid along each one of the dimensions of the parametric space

SoftwareGuide/Latex/DesignAndFunctionality/Registration.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ \subsection{General heuristics for parameter fine-tunning}
597597

598598
Once you identify the anatomical structures in the
599599
histogram, then rerun that same program with less
600-
and less number of bins, until you reach the minimun
600+
and less number of bins, until you reach the minimum
601601
number of bins for which all the tissues that are important
602602
for your application, are still distinctly differentiated in the
603603
histogram. At that point, take that number of bins and

SoftwareGuide/Latex/DesignAndFunctionality/Segmentation.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ \section{Level Set Segmentation}
9090
\input{DesignAndFunctionality/LevelSetsSegmentation.tex}
9191

9292

93-
%HACK: TODO Review what happended to these.
93+
%HACK: TODO Review what happened to these.
9494
%REMOVED PATENTED: \section{Hybrid Methods}
9595
%REMOVED PATENTED: \label{sec:HybridSegmentationMethods}
9696
%REMOVED PATENTED:

0 commit comments

Comments
 (0)