codespell: Fix typos

This commit is contained in:
Brad King
2023-05-18 16:36:49 -04:00
parent 3728f079af
commit 04b0d5c862
29 changed files with 34 additions and 34 deletions

View File

@@ -1150,7 +1150,7 @@ function(cpack_rpm_generate_package)
endforeach()
# CPACK_RPM_SPEC_INSTALL_POST
# May be used to define a RPM post intallation script
# May be used to define a RPM post installation script
# for example setting it to "/bin/true" may prevent
# rpmbuild from stripping binaries.
if(CPACK_RPM_SPEC_INSTALL_POST)