Skip to content

Commit 620298a

Browse files
Fix spelling errors caught by codespell 2.2.6-1
The GHA container updated the version of codespell being usesd. I can't install codespell 2.2.6 on my local RHEL8 machine so I can't test this locally :-( Signed-off-by: Roscoe A. Bartlett <[email protected]>
1 parent 616fb44 commit 620298a

32 files changed

+59
-59
lines changed

.codespellrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ check-hidden =
44
# Disable warnings about binary files
55
quiet-level = 2
66
skip = */.git,*/common_tools/cloc,*/TriBITSDoc,*/tribits/doc/guides/rst2latex.tex,*/*.js,*/*.svg,*/tribits/doc/sphinx/*/index.html,*~
7-
ignore-words-list = thur,inout,te,nd,lod,aci,nin,nnumber,wile,reall,bu,somewhere
7+
ignore-words-list = thur,inout,te,nd,lod,aci,nin,nnumber,wile,reall,bu,somewhere,strin

common_tools/git/hooks/post-receive-email

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# about what exactly happens in all the different cases that are handled,
5050
# possibly at the expense of introducing redundant code.
5151
#
52-
# Unused config options (annoucements list) were removed. And the output
52+
# Unused config options (announcements list) were removed. And the output
5353
# is much less geeky (far fewer sha1s)
5454

5555
# ---------------------------- Functions

test/ci_support/CDashQueryAnalyzeReport_UnitTests.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def test_col_3_row_2_bad_row_len_fail(self):
663663
self.assertEqual( str(errMsg),
664664
"Error, for CSV file '"+csvFileName+"' the data row 1"+\
665665
" ['val_10', 'val_11', 'val_12', 'extra'] has 4 entries"+\
666-
" which does not macth the number of column headers 3!" )
666+
" which does not match the number of column headers 3!" )
667667
if not threwException:
668668
self.assertFalse("ERROR: Did not throw an exception")
669669

@@ -2474,7 +2474,7 @@ def test_nonpassingTest_downloadFromCDash(self):
24742474

24752475
testHistoryBrowserUrl = u('site.com/cdash/queryTests.php?project=projectName&begin=2000-12-28&end=2001-01-01&filtercombine=and&filtercombine=&filtercount=3&showfilters=1&filtercombine=and&field1=buildname&compare1=61&value1=build_name&field2=testname&compare2=61&value2=test_name&field3=site&compare3=61&value3=site_name')
24762476

2477-
# Checkt the set fields out output
2477+
# Check the set fields out output
24782478
self.assertEqual(testDict['site'], 'site_name')
24792479
self.assertEqual(testDict['buildName'], 'build_name')
24802480
self.assertEqual(testDict['buildName_url'],
@@ -2586,7 +2586,7 @@ def test_mdt_nonpassingTest_downloadFromCDash(self):
25862586

25872587
testHistoryBrowserUrl = u('site.com/cdash/queryTests.php?project=projectName&begin=2000-12-29&end=2001-01-02&filtercombine=and&filtercombine=&filtercount=3&showfilters=1&filtercombine=and&field1=buildname&compare1=61&value1=build_name&field2=testname&compare2=61&value2=test_name&field3=site&compare3=61&value3=site_name')
25882588

2589-
# Checkt the set fields out output
2589+
# Check the set fields out output
25902590
self.assertEqual(testDict['site'], 'site_name')
25912591
self.assertEqual(testDict['buildName'], 'build_name')
25922592
self.assertEqual(testDict['buildName_url'],
@@ -3234,7 +3234,7 @@ def test_funky_chars(self):
32343234
buildName_url=buildName_url,
32353235
siteName_url=siteName_url))
32363236

3237-
# Checkt the set fields out output
3237+
# Check the set fields out output
32383238
self.assertEqual(funkyCharTestDict['site'], 'site name')
32393239
self.assertEqual(funkyCharTestDict['buildName'], 'build++')
32403240
self.assertEqual(funkyCharTestDict['buildName_url'],

test/ci_support/CMakeCache.large.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ CMAKE_Fortran_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
434434
//If set to non-empty, will override CMAKE_Fortran_FLAGS_RELWITHDEBINFO
435435
CMAKE_Fortran_FLAGS_RELWITHDEBINFO_OVERRIDE:STRING=
436436

437-
//Base install directory (overridde default from "/usr/local" to
437+
//Base install directory (override default from "/usr/local" to
438438
// empty "")
439439
CMAKE_INSTALL_PREFIX:PATH=
440440

test/ci_support/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
add_subdirectory(DumpXmlDepsTests)
4545

4646
# In case the project has ${PROJECT_NAME}_TRIBITS_DIR pointing to a symlink,
47-
# use the TriBITS implenetation in these test (which should be the same)
47+
# use the TriBITS implementation in these test (which should be the same)
4848
set(THIS_TRIBITS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../tribits")
4949

5050

@@ -441,7 +441,7 @@ tribits_add_advanced_test( TribitsExampleProject_checkin_test
441441
TribitsExampleProject
442442
# NOTE: Had to use 'cp -r' instead of 'cmake -E copy_directory' because
443443
# the latter failed for a development version of CMake. But since the
444-
# checkin-test.py scrpt will really only run on Linux/Unix systems, using
444+
# checkin-test.py script will really only run on Linux/Unix systems, using
445445
# 'cp -r' is not a testing portability problem.
446446

447447
TEST_1

test/ci_support/CheckinTest_UnitTests.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ def checkin_test_run_case(testObject, testName, optionsStr, cmndInterceptsStr, \
16281628
"--with-cmake=\""+g_withCmake+"\"",
16291629
"--project-name=Trilinos",
16301630
"--src-dir="+mockProjectBaseDir,
1631-
"--send-email-to=bogous@somewhere.com",
1631+
"--send-email-to=bogus@somewhere.com",
16321632
"--project-configuration=%s" % os.path.join(g_testBaseDir,
16331633
'CheckinTest_UnitTests_Config.py'),
16341634
optionsStr,
@@ -1658,7 +1658,7 @@ def checkin_test_run_case(testObject, testName, optionsStr, cmndInterceptsStr, \
16581658

16591659
if inPathGit:
16601660
baseCmndInterceptsStr += \
1661-
"IT: git config --get user.email; 0; bogous@somewhere.com\n" \
1661+
"IT: git config --get user.email; 0; bogus@somewhere.com\n" \
16621662
+"IT: which git; 0; /some/path/git\n"
16631663

16641664
fullCmndInterceptsStr = baseCmndInterceptsStr + cmndInterceptsStr
@@ -2237,7 +2237,7 @@ def test_do_all_no_git_installed(self):
22372237
+" --do-all --push" \
22382238
,
22392239
\
2240-
"IT: git config --get user.email; 0; bogous@somewhere.com\n" \
2240+
"IT: git config --get user.email; 0; bogus@somewhere.com\n" \
22412241
+"IT: which git; 1; '/usr/bin/which: no git in (path1:path2:path3)'\n" \
22422242
,
22432243
\
@@ -5634,9 +5634,9 @@ def test_send_email_only_on_failure_do_all_mpi_debug_build_configure_fail(self):
56345634
+g_expectedRegexBuildPasses \
56355635
+g_expectedRegexTestPasses \
56365636
+g_expectedCommonOptionsSummary \
5637-
+"Running: mailx -s .FAILED: Trilinos/MPI_DEBUG: configure failed. bogous@somewhere.com\n" \
5637+
+"Running: mailx -s .FAILED: Trilinos/MPI_DEBUG: configure failed. bogus@somewhere.com\n" \
56385638
+"SERIAL_RELEASE: Skipping sending build/test case email because it passed and --send-email-only-on-failure was set!\n" \
5639-
+"Running: mailx -s .FAILED CONFIGURE/BUILD/TEST: Trilinos: .* bogous@somewhere.com\n" \
5639+
+"Running: mailx -s .FAILED CONFIGURE/BUILD/TEST: Trilinos: .* bogus@somewhere.com\n" \
56405640
)
56415641

56425642

test/ci_support/CreateIssueTrackerFromCDashQuery_UnitTests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def test_t2_b2(self):
141141
142142
Writing out new issue tracker text to 'newGitHubIssue.md'
143143
144-
Writing out list of test/biuld pairs for CSV file 'newTestsWithIssueTrackers.csv'
144+
Writing out list of test/build pairs for CSV file 'newTestsWithIssueTrackers.csv'
145145
"""
146146

147147
g_example_t2_b2_github_issue = r"""

test/core/ExamplesUnitTests/TribitsExampleProject_Tests.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ tribits_add_advanced_test( TribitsExampleProject_install_perms
826826
# ATDV-241).
827827
#
828828
# * Even with the source directory permissions being 'rwx------' (i.e. 700),
829-
# the files isntalled under share/WithSubpackagesB/stuff using
829+
# the files installed under share/WithSubpackagesB/stuff using
830830
# install(DIRECTORY ... USE_SOURCE_PERMISSIONS) will actually have the
831831
# correct group and other permissions set.
832832

@@ -3122,7 +3122,7 @@ tribits_add_advanced_test( TribitsExampleProject_DisableWithSubpackagesB_EnableW
31223122

31233123
TEST_0
31243124
MESSAGE "Just do dependency analysis to test enabling of parent package"
3125-
" with eanbled subpackages even if is disabled"
3125+
" with enabled subpackages even if is disabled"
31263126
CMND ${CMAKE_COMMAND}
31273127
ARGS
31283128
-DTribitsExProj_TRIBITS_DIR=${${PROJECT_NAME}_TRIBITS_DIR}

test/ctest_driver/MockCTestDriver/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ create_ctest_dependency_handling_test_case(
323323
EnableAll_EnableStokhos
324324
ARGS Trilinos_ADDITIONAL_PACKAGES=Stokhos
325325
PASS_REGULAR_EXPRESSION_ALL
326-
"Enabling explicitly set package Stokhos which was default or otherwise disabed!"
326+
"Enabling explicitly set package Stokhos which was default or otherwise disabled!"
327327
"Explicitly enabled top-level packages on input .* Stokhos 1"
328328
"Explicitly disabled top-level packages on input .* 0"
329329
"Enabling all packages that are not currently disabled because of Trilinos_ENABLE_ALL_PACKAGES=ON"
@@ -906,7 +906,7 @@ if (Python3_EXECUTABLE)
906906
"Done with the all-at-once configure, build, test, and submit of Trilinos packages"
907907
"TRIBITS_CTEST_DRIVER: OVERALL: ALL PASSED"
908908
)
909-
# NOTE: The above test is for the all-at-once appraoch that checks for the
909+
# NOTE: The above test is for the all-at-once approach that checks for the
910910
# ALL_PACKAGES value in failedPackages.txt. That value can be returned from
911911
# a configure failure in a previous all-at-once CI build. This test makes
912912
# sure that all packages will get enabled in the follow-up CI iteration in
@@ -936,7 +936,7 @@ if (Python3_EXECUTABLE)
936936
"Done with the all-at-once configure, build, test, and submit of Trilinos packages"
937937
"TRIBITS_CTEST_DRIVER: OVERALL: ALL PASSED"
938938
)
939-
# NOTE: The above test is for the all-at-once appraoch where
939+
# NOTE: The above test is for the all-at-once approach where
940940
# <Project>_ENABLE_ALL_PACKAGES=ON is set (implicitly) but some packages are
941941
# disabled through setting <Project>_EXCLUDE_PACKAGES. This makes sure that
942942
# these disables are passed into the inner configure.

test/ctest_driver/TribitsExampleProject/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ function(generate_aao_tests)
13001300
"WithSubpackagesC_test_of_c_util [.]+ +Passed"
13011301
"WithSubpackagesC_test_of_c_b_mixed_lang [.]+ +Passed"
13021302
"WrapExternal_run_external_func [.]+ +Passed"
1303-
"Skipping converage tests because CTEST_DO_COVERAGE_TESTING='OFF'"
1303+
"Skipping coverage tests because CTEST_DO_COVERAGE_TESTING='OFF'"
13041304
"Skipping memory testing because CTEST_DO_MEMORY_TESTING='FALSE'"
13051305
"File '' does NOT exist so all tests passed"
13061306
"TRIBITS_CTEST_DRIVER: OVERALL: ALL PASSED"
@@ -2151,7 +2151,7 @@ function(generate_aao_tests)
21512151
"Building all targets"
21522152
"Build PASSED"
21532153
"Skipping tests because CTEST_DO_TEST='OFF'"
2154-
"Skipping converage tests because CTEST_DO_COVERAGE_TESTING='OFF'"
2154+
"Skipping coverage tests because CTEST_DO_COVERAGE_TESTING='OFF'"
21552155
"Skipping memory testing because CTEST_DO_MEMORY_TESTING='FALSE'"
21562156
"TRIBITS_CTEST_DRIVER: OVERALL: ALL PASSED"
21572157
ALWAYS_FAIL_ON_NONZERO_RETURN
@@ -2189,7 +2189,7 @@ function(generate_aao_tests)
21892189
"-- CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE='54321'"
21902190
"-- CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE='123456'"
21912191
"File '' does NOT exist so all tests passed"
2192-
"Skipping converage tests because CTEST_DO_COVERAGE_TESTING='OFF'"
2192+
"Skipping coverage tests because CTEST_DO_COVERAGE_TESTING='OFF'"
21932193
"Skipping memory testing because CTEST_DO_MEMORY_TESTING='FALSE'"
21942194
"TRIBITS_CTEST_DRIVER: OVERALL: ALL PASSED"
21952195
ALWAYS_FAIL_ON_NONZERO_RETURN

tribits/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ChangeLog for TriBITS
1414
when upgrading TriBITS. (This change can be made automatically in all of
1515
the project's CMake files by running the script
1616
`tribits/refactoring/to-python3.sh <dir>`.) However, backward compatibility
17-
is provided for users confiugring TriBITS CMake projects which set `-D
17+
is provided for users configuring TriBITS CMake projects which set `-D
1818
PYTHON_EXECUTABLE=<path>`. In this case, if user sets `-D
1919
PYTHON_EXECUTABLE=<path>` in the cache, TriBITS will set that value `<path>`
2020
to the variable `Python3_EXECUTABLE` and avoid the call to
@@ -292,7 +292,7 @@ ChangeLog for TriBITS
292292
`<tplName>_LIB_ALL_DEPENDENCIES`. Now `<tplName>_LIB_ENABLED_DEPENDENCIES`
293293
is automatically set from `<tplName>_LIB_ALL_DEPENDENCIES` based on what
294294
TPLs are actually enabled. This avoids the problem described below from
295-
directly setting `<tplName>_LIB_ENABLED_DEPENDENCIES` without reguard to
295+
directly setting `<tplName>_LIB_ENABLED_DEPENDENCIES` without regard to
296296
what TPLs are actually enabled. This maintains backward compatibility for
297297
existing configure scripts where an upstream TPL may not be enabled in some
298298
strange configure scripts (see
@@ -347,7 +347,7 @@ ChangeLog for TriBITS
347347
(in order to simplify internal TriBITS logic). However, a side-effect of
348348
this change is that CMake code that was ifed out with an `if
349349
(${PACKAGE_NAME}_ENABLE_<depPkg>)` statement (because that variable was not
350-
defined and therefore defaults to `FLASE`) for a required upstream
350+
defined and therefore defaults to `FALSE`) for a required upstream
351351
dependency `<depPkg>` will now be enabled. (This mistake can happen when an
352352
optional dependency `<depPkg>` is changed to a required dependency but the
353353
`if()` statements based on `${PACKAGE_NAME}_ENABLE_<depPkg>` are not

tribits/ci_support/CDashQueryAnalyzeReport.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ def assertExpectedNumColsFromCsvFile(csvFileName, dataRow, lineList,
534534
raise Exception(
535535
"Error, for CSV file '"+csvFileName+"' the data row"+\
536536
" "+str(dataRow)+" "+str(lineList)+" has"+\
537-
" "+str(len(lineList))+" entries which does not macth"+\
537+
" "+str(len(lineList))+" entries which does not match"+\
538538
" the number of column headers "+str(len(columnHeadersList))+"!")
539539

540540

@@ -1068,7 +1068,7 @@ def lookupDictGivenLookupDict(lookupDict, listOfKeys, listOfValues,
10681068
# given a list key/value pairs to match
10691069
#
10701070
# Once created, this object acts like a list of dicts in most cases but also
1071-
# contains functions to search for speicfic dicts given a set of key/value
1071+
# contains functions to search for specific dicts given a set of key/value
10721072
# pairs.
10731073
#
10741074
# Any modifications to the dicts looked up with this object will edit the

tribits/ci_support/CreateIssueTrackerFromCDashQuery.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def writeNewIssueTrackerFile(self, issueTrackerText):
162162

163163
def writeNewTestsWithIssueTrackersFile(self, uniqNonpassingTestsLOD):
164164
if self.options.newTestsWithIssueTrackersFile:
165-
print("\nWriting out list of test/biuld pairs for CSV file '"\
165+
print("\nWriting out list of test/build pairs for CSV file '"\
166166
+self.options.newTestsWithIssueTrackersFile+"'")
167167
csvFileStruct = CDQAR.writeTestsListOfDictsToCsvFileStructure(uniqNonpassingTestsLOD,
168168
self.issueTrackerUrlTemplate, self.issueTrackerTemplate )

tribits/ci_support/TribitsDumpDepsXmlScript.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ endif()
6666
# Execute the rest of the script now that everything has been asserted or found
6767
#
6868

69-
# Get the TRIBITS_DIR (we can always find this easy since this scrit is in TriBITS)
69+
# Get the TRIBITS_DIR (we can always find this easy since this script is in TriBITS)
7070
get_filename_component( ${PROJECT_NAME}_TRIBITS_DIR "${CMAKE_CURRENT_LIST_DIR}/.." ABSOLUTE )
7171
message("-- Setting ${PROJECT_NAME}_TRIBITS_DIR=${${PROJECT_NAME}_TRIBITS_DIR}")
7272

tribits/ci_support/TribitsPackageFilePathUtils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#
2626
# In general, any file at the top level <projectDir>/ or under the
2727
# <projectDir>/cmake/ directory with the extension *.cmake is considered a
28-
# file that requires a global rebuild of all packaes. However, there are a
28+
# file that requires a global rebuild of all packages. However, there are a
2929
# few special files that we don't want to have to do a global rebuild for by
3030
# default.
3131
#

tribits/ci_support/cdash_build_testing_date.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def getTimeZoneOffset(timeZoneStr):
107107
# Return a timezone aware datetime object given an input date and time given
108108
# in the format "<YYYY>-<MM>-<DD>T<hh>:<mm>:<ss> <TZ>".
109109
#
110-
# Note. the timzone <TZ> can be any of those supported by the function
110+
# Note. the timezone <TZ> can be any of those supported by the function
111111
# getTimeZoneOffset()
112112
def getBuildStartTimeUtcFromStr(buildStartTimeStr):
113113
buildStartTimeStrArray = buildStartTimeStr.split(" ")
@@ -156,7 +156,7 @@ def getDateOnlyFromDateTime(dateTime):
156156
#
157157
# buildStartTimeStr [in]: The 'buildstarttime' field string as returned from
158158
# CDash in the format "<YYYY>-<MM>-<DD>T<hh>:<mm>:<ss> <TZ>". Note. the
159-
# timzone <TZ> can be any of those supported by the function
159+
# timezone <TZ> can be any of those supported by the function
160160
# getTimeZoneOffset()
161161
#
162162
# testingDayStartTimeUtcTD [in]: The testing day start time as the a timedelta

tribits/ci_support/is_checkin_tested_commit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
gitRef = "HEAD"
9595

9696
#
97-
# B) Deterimine if the commit was tested and pushed with checkin-test.py
97+
# B) Determine if the commit was tested and pushed with checkin-test.py
9898
# script.
9999
#
100100

tribits/core/config_tests/BLASMangling.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# appended.
2323
#
2424
# BLAS_FUNC_DEFAULT
25-
# The default mange mangling for Fortran functions
25+
# The default mangling for Fortran functions
2626
# that do not contain an underscore.
2727
#
2828
# The Fortran 2003 name binding facilities and ISO_C_BINDING module

tribits/core/config_tests/FortranMangling.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ include(GlobalSet)
2525
# appended.
2626
#
2727
# FC_FUNC_DEFAULT
28-
# The default mange mangling for Fortran functions
28+
# The default mangling for Fortran functions
2929
# that do not contain an underscore.
3030
#
3131
# FC_FUNC__DEFAULT
32-
# The default mange mangling for Fortran functions
32+
# The default mangling for Fortran functions
3333
# that do contain an underscore.
3434
#
3535
# The Fortran 2003 name binding facilities and ISO_C_BINDING module

tribits/core/package_arch/TribitsAdjustPackageEnables.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ endmacro()
824824
# package ``<packageName>`` are set as EXTERNAL as well. (We don't allow a
825825
# subset of subpackages in a parent package to be EXTERNAL and the other
826826
# subpackages to be INTERNAL. That would be way too complicated to implement
827-
# and be way too confusing for implementors and users.)
827+
# and be way too confusing for implementers and users.)
828828
#
829829
macro(tribits_set_package_and_related_upstream_packages_to_external packageName)
830830

tribits/core/package_arch/TribitsProcessTplsLists.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ include(Split)
3232
#
3333
# This macro sets up a 2D array of ``NumTPLS`` by ``NumColumns`` listing out
3434
# the `TriBITS TPLs`_ for a `TriBITS Repository`_. Each row (with 3 entries)
35-
# specifies a different TriBITS exernal package/TPL which contains the columns
35+
# specifies a different TriBITS external package/TPL which contains the columns
3636
# (ordered 0-2):
3737
#
3838
# 0. **TPL** (``<tpli_name>``): The name of the TriBITS external package/TPL

tribits/ctest_driver/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ dashboards. You would do this with:
302302
E) Debugging problems:
303303
======================
304304

305-
Debugging the inner CTest dashbaords should be more straightforward as
305+
Debugging the inner CTest dashboards should be more straightforward as
306306
described in D.1 above.
307307

308308
When first getting the outer <Project>Driver script to run, there can be

tribits/ctest_driver/TribitsCTestDriverCoreHelpers.cmake

+4-4
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ macro(enable_package_if_not_explicitly_excluded TRIBITS_PACKAGE)
269269
if (${TRIBITS_PACKAGE}_EXPLICITY_EXCLUDED)
270270
message("NOT enabling explicitly set package ${TRIBITS_PACKAGE} since it was explicitly excluded!")
271271
else()
272-
message("Enabling explicitly set package ${TRIBITS_PACKAGE} which was default or otherwise disabed!")
272+
message("Enabling explicitly set package ${TRIBITS_PACKAGE} which was default or otherwise disabled!")
273273
set(${PROJECT_NAME}_ENABLE_${TRIBITS_PACKAGE} ON)
274274
endif()
275275
else()
@@ -955,7 +955,7 @@ macro(tribits_ctest_package_by_package)
955955
set(PBP_CONFIGURE_PASSED TRUE)
956956
# load target properties and test keywords
957957
ctest_read_custom_files(BUILD "${CTEST_BINARY_DIRECTORY}")
958-
# Overridde from this file!
958+
# Override from this file!
959959
include("${TRIBITS_PROJECT_ROOT}/CTestConfig.cmake")
960960
else()
961961
message("\n${TRIBITS_PACKAGE} FAILED to configure!\n")
@@ -1384,7 +1384,7 @@ macro(tribits_ctest_all_at_once)
13841384
# configure failed and the file CTestCustom.cmake does exist. In this case,
13851385
# CTest will just do nothing.
13861386

1387-
# Overridde any values by loading <projectDir>/CTestConfig.cmake
1387+
# Override any values by loading <projectDir>/CTestConfig.cmake
13881388
include("${TRIBITS_PROJECT_ROOT}/CTestConfig.cmake")
13891389

13901390
# Print out values read from project CTestCustom.cmake file
@@ -1531,7 +1531,7 @@ macro(tribits_ctest_all_at_once)
15311531
if (NOT CTEST_DO_COVERAGE_TESTING)
15321532

15331533
message("")
1534-
message("Skipping converage tests because CTEST_DO_COVERAGE_TESTING='${CTEST_DO_COVERAGE_TESTING}'!")
1534+
message("Skipping coverage tests because CTEST_DO_COVERAGE_TESTING='${CTEST_DO_COVERAGE_TESTING}'!")
15351535
message("")
15361536

15371537
elseif (NOT AAO_CONFIGURE_PASSED)

tribits/ctest_driver/experimental_build_test.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# There are a number of other options that you can change as
3535
# environment variables. See the macros set_default_and_from_env(...)
3636
# in the file TribitsCTestDriverCore.cmake. One option that you
37-
# might want to overridde, for instance is CTEST_BUILD_NAME so that
37+
# might want to override, for instance is CTEST_BUILD_NAME so that
3838
# you can insert a special name into the dashboard.
3939
#
4040
# When this script finishes running, the last package listed in

0 commit comments

Comments
 (0)