Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 706867c

Browse files
committed
Fix comment typo
1 parent 49ea7be commit 706867c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/command/bdist_rpm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def _make_spec_file(self):
434434
]
435435

436436
for (rpm_opt, attr, default) in script_options:
437-
# Insert contents of file referred to, if no file is refered to
437+
# Insert contents of file referred to, if no file is referred to
438438
# use 'default' as contents of script
439439
val = getattr(self, attr)
440440
if val or default:

0 commit comments

Comments
 (0)