diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2013-02-14 09:50:45 -0500 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2013-02-14 09:50:45 -0500 |
commit | 83860382728e08e804bd12e5190570d18658caf0 (patch) | |
tree | 98118afb0bb50f1db2f6d54e298798fd7cde9f87 | |
parent | 1b23d76725f35555f2853ea7f5349651bdade2a4 (diff) | |
download | git-bz-83860382728e08e804bd12e5190570d18658caf0.tar.gz |
Fix typo: Uncommment => uncomment
Pointed out by Dan Winship
-rwxr-xr-x | git-bz | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1895,7 +1895,7 @@ def edit_bug(bug, applied_commits=None, fix_commits=None): if mark_resolved: template.write("# Comment to keep bug open\n") elif bug.bug_status == "RESOLVED": - template.write("# Uncommment and edit to change resolution\n") + template.write("# Uncomment and edit to change resolution\n") else: template.write("# Uncomment to resolve bug\n") legal_resolutions = bug.server.legal_values('resolution') |