diff options
author | Brad King <brad.king@kitware.com> | 2023-11-16 15:37:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-17 14:58:21 (GMT) |
commit | 2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a (patch) | |
tree | 35ee84cee04924eb7112971ebff1e5b80d818b90 /Modules/Internal | |
parent | f2776ac063e45fea91e4d496a910a0a6d10ed064 (diff) | |
download | CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.zip CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.tar.gz CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.tar.bz2 |
codespell: Fix typos
Diffstat (limited to 'Modules/Internal')
-rw-r--r-- | Modules/Internal/CPack/CPackFreeBSD.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Internal/CPack/CPackFreeBSD.cmake b/Modules/Internal/CPack/CPackFreeBSD.cmake index c35089c..46a7bf7 100644 --- a/Modules/Internal/CPack/CPackFreeBSD.cmake +++ b/Modules/Internal/CPack/CPackFreeBSD.cmake @@ -66,7 +66,7 @@ _cpack_freebsd_fallback_var("CPACK_FREEBSD_PACKAGE_DESCRIPTION" ) # There's really only one homepage for a project, so -# re-use the Debian setting if it's there. +# reuse the Debian setting if it's there. _cpack_freebsd_fallback_var("CPACK_FREEBSD_PACKAGE_WWW" "CPACK_PACKAGE_HOMEPAGE_URL" "CPACK_DEBIAN_PACKAGE_HOMEPAGE" |