summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Camins-Esakov <jcamins@cpbibliography.com>2013-07-10 10:39:43 -0400
committerJared Camins-Esakov <jcamins@cpbibliography.com>2013-07-10 10:39:43 -0400
commit923fa6579b88307b03123baff72ab891c594cba9 (patch)
tree2c7791f68a57e8de8f73bfe5eeb137340c1c0531
parent077452f8e483a758698844b174e334dad5d4e423 (diff)
parent83860382728e08e804bd12e5190570d18658caf0 (diff)
downloadgit-bz-923fa6579b88307b03123baff72ab891c594cba9.tar.gz
Merge branch 'master' of git://git.fishsoup.net/git-bz into fishsoup
-rwxr-xr-xgit-bz2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bz b/git-bz
index 57d4dd5..54ad695 100755
--- a/git-bz
+++ b/git-bz
@@ -2030,7 +2030,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')