[bugzilla-gnome-org-extensions] Fix a typo in one of attachment statuses - "commited"
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-extensions] Fix a typo in one of attachment statuses - "commited"
- Date: Fri, 10 Oct 2014 08:22:26 +0000 (UTC)
commit ac6b4410eb69ef98f8748f98266f77aa38a06389
Author: Krzesimir Nowak <krzesimir endocode com>
Date: Fri Oct 10 10:21:20 2014 +0200
Fix a typo in one of attachment statuses - "commited"
Should be "committed".
GnomeAttachmentStatus/lib/Ops.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/GnomeAttachmentStatus/lib/Ops.pm b/GnomeAttachmentStatus/lib/Ops.pm
index deedeb8..0f97b94 100644
--- a/GnomeAttachmentStatus/lib/Ops.pm
+++ b/GnomeAttachmentStatus/lib/Ops.pm
@@ -319,7 +319,7 @@ sub _fill_gnome_attachment_status_table {
['accepted-commit_now', 'The maintainer has given commit permission'],
['needs-work', 'The patch needs work'],
['accepted-commit_after_freeze', 'This patch is acceptable, but can\'t be committed until
after the relevant freeze (string, etc.) is lifted.'],
- ['commited', 'This patch has already been committed but the bug remains open for other
reasons'],
+ ['committed', 'This patch has already been committed but the bug remains open for other
reasons'],
['rejected', 'The patch provides a change that is just not wanted, or the patch can\'t be
fixed to be correct without rewriting. Maintainers should always explain their reasons whenever marking a
patch as rejected.'],
['reviewed', 'None of the other states made sense or are quite correct, but the other
comments in the bug explain the status of the patch and the patch should be considered to have been reviewed.
If the submitter doesn\'t feel the comments on the patch are clear enough, they can unset this state']);
foreach my $pair (@pairs) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]