From 83860382728e08e804bd12e5190570d18658caf0 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Thu, 14 Feb 2013 09:50:45 -0500 Subject: Fix typo: Uncommment => uncomment Pointed out by Dan Winship --- git-bz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.3