summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-bz2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bz b/git-bz
index 72c3022..cdaf031 100755
--- a/git-bz
+++ b/git-bz
@@ -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')