Fix spelling errors in comments and documentation (#7492)
This commit is contained in:
@@ -666,7 +666,7 @@ def package(build_output, pkg_name, version, nightly=False, iteration=1, static=
|
||||
else:
|
||||
if package_type == 'rpm' and release and '~' in package_version:
|
||||
package_version, suffix = package_version.split('~', 1)
|
||||
# The ~ indicatees that this is a prerelease so we give it a leading 0.
|
||||
# The ~ indicates that this is a prerelease so we give it a leading 0.
|
||||
package_iteration = "0.%s" % suffix
|
||||
fpm_command = "fpm {} --name {} -a {} -t {} --version {} --iteration {} -C {} -p {} ".format(
|
||||
fpm_common_args,
|
||||
|
||||
Reference in New Issue
Block a user