summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkInformation.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-11-16 15:37:49 (GMT)
committerBrad King <brad.king@kitware.com>2023-11-17 14:58:21 (GMT)
commit2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a (patch)
tree35ee84cee04924eb7112971ebff1e5b80d818b90 /Source/cmComputeLinkInformation.cxx
parentf2776ac063e45fea91e4d496a910a0a6d10ed064 (diff)
downloadCMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.zip
CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.tar.gz
CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.tar.bz2
codespell: Fix typos
Diffstat (limited to 'Source/cmComputeLinkInformation.cxx')
-rw-r--r--Source/cmComputeLinkInformation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmComputeLinkInformation.cxx b/Source/cmComputeLinkInformation.cxx
index f54f550..297ae1d 100644
--- a/Source/cmComputeLinkInformation.cxx
+++ b/Source/cmComputeLinkInformation.cxx
@@ -2591,7 +2591,7 @@ std::string cmComputeLinkInformation::GetRPathString(bool for_install) const
// If the rpath will be replaced at install time, prepare space.
if (!for_install && this->RuntimeUseChrpath) {
if (!rpath.empty()) {
- // Add one trailing separator so the linker does not re-use the
+ // Add one trailing separator so the linker does not reuse the
// rpath .dynstr entry for a symbol name that happens to match
// the end of the rpath string.
rpath += this->GetRuntimeSep();