Skip to content

Commit 7cba930

Browse files
committed
Fix a typo in a comment
[skip ci]
1 parent b5a602a commit 7cba930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ endif()
7878
# If, for whatever reason, directories in which we search for external
7979
# libraries, other than the standard system library directories, are
8080
# added to the executable's rpath in the build process, we most
81-
# defintely want them in the installed image's rpath if they are
81+
# definitely want them in the installed image's rpath if they are
8282
# necessary in order to find the libraries at run time.
8383
#
8484
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)

0 commit comments

Comments
 (0)