]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Slight change in comment wording.
authorReed Loden <reed@reedloden.com>
Wed, 1 Aug 2012 00:42:51 +0000 (17:42 -0700)
committerReed Loden <reed@reedloden.com>
Wed, 1 Aug 2012 00:42:51 +0000 (17:42 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=625437

email_in.pl

index 67a48e789eac978be503d93e3acbdada8877cc50..6be7be8cff503444e827bace2f7fbcda95d6157b 100755 (executable)
@@ -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.