summaryrefslogtreecommitdiffstats
path: root/email_in.pl
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2012-08-01 02:42:51 +0200
committerReed Loden <reed@reedloden.com>2012-08-01 02:42:51 +0200
commitcc6b7b096237681af9765efe8f8efca4f223ae50 (patch)
tree2f7a91e8b36ab4c7e1a9b737749736eec6d3bc7f /email_in.pl
parentbb12c359514198c79b91916506c97f350a2b4d36 (diff)
downloadbugzilla-cc6b7b096237681af9765efe8f8efca4f223ae50.tar.gz
bugzilla-cc6b7b096237681af9765efe8f8efca4f223ae50.tar.xz
Slight change in comment wording.
https://bugzilla.mozilla.org/show_bug.cgi?id=625437
Diffstat (limited to 'email_in.pl')
-rwxr-xr-xemail_in.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/email_in.pl b/email_in.pl
index 67a48e789..6be7be8cf 100755
--- a/email_in.pl
+++ b/email_in.pl
@@ -135,7 +135,7 @@ sub parse_mail {
$fields{'short_desc'} = $summary;
}
- # The Importance/X-Priority field is only used when creating a new bug.
+ # The Importance/X-Priority headers are only used when creating a new bug.
# 1) If somebody specifies a priority, use it.
# 2) If there is an Importance or X-Priority header, use it as
# something that is relative to the default priority.