Skip to content

Commit 7269c2e

Browse files
Merge pull request #463 from marcinwrobel1986/433-fix-typos-in-docs
#433: Fixed typos in docs
2 parents d2a20c6 + 547f9a1 commit 7269c2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tribits/core/package_arch/TribitsPackageMacros.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ endmacro()
780780
# libraries in all subdirectories that don't have the TRIBITS_TESTONLY_LIB
781781
# target property set on them.
782782
#
783-
# NOTE: It is unfortunate that this macro must be called in a packages's
783+
# NOTE: It is unfortunate that this macro must be called in a package's
784784
# top-level ``CMakeLists.txt`` file but limitations of the CMake language make
785785
# it necessary to do so.
786786
#

tribits/core/package_arch/TribitsWriteClientExportFiles.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -553,9 +553,9 @@ function(tribits_append_dependent_package_config_file_includes packageName)
553553
string(APPEND configFileStr
554554
"include(\"${cmakeTplDir}/${depPkg}Config.cmake\")\n")
555555
endif()
556-
# NOTE: Above, a required dependent package may not actaully be enabled if
556+
# NOTE: Above, a required dependent package may not actually be enabled if
557557
# it is a required subpackage of a parent package and the parent package
558-
# itself is not actaully enabled (very tricky).
558+
# itself is not actually enabled (very tricky).
559559
endforeach()
560560
foreach(depPkg IN LISTS ${packageName}_LIB_OPTIONAL_DEP_PACKAGES)
561561
if (${packageName}_ENABLE_${depPkg} AND ${PROJECT_NAME}_ENABLE_${depPkg})

0 commit comments

Comments
 (0)