summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-06-30 07:18:21 +0200
committerlpsolit%gmail.com <>2005-06-30 07:18:21 +0200
commit9aec4963770e233c59ecd5f211f12c0fd6b23b3b (patch)
tree2b121c97ba7ca6366acc569f5ce4ba1308af5d1c /sanitycheck.cgi
parentde1f3fe949ff898bb9c26994be8e7a56968e3a9a (diff)
downloadbugzilla-9aec4963770e233c59ecd5f211f12c0fd6b23b3b.tar.gz
bugzilla-9aec4963770e233c59ecd5f211f12c0fd6b23b3b.tar.xz
Bug 298826: Fixes some spelling errors - Patch by Frank Wein <bugzilla@mcsmurf.de> r=timeless a=myk
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-xsanitycheck.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/sanitycheck.cgi b/sanitycheck.cgi
index ae202dfe9..c091e1041 100755
--- a/sanitycheck.cgi
+++ b/sanitycheck.cgi
@@ -777,7 +777,7 @@ BugCheck("bugs WHERE bug_status = 'UNCONFIRMED' AND everconfirmed = 1",
"Bugs that are UNCONFIRMED but have everconfirmed set");
# The below list of resolutions is hardcoded because we don't know if future
# resolutions will be confirmed, unconfirmed or maybeconfirmed. I suspect
-# they will be maybeconfirmed, eg ASLEEP and REMIND. This hardcoding should
+# they will be maybeconfirmed, e.g. ASLEEP and REMIND. This hardcoding should
# disappear when we have customised statuses.
BugCheck("bugs WHERE bug_status IN ('NEW', 'ASSIGNED', 'REOPENED') AND everconfirmed = 0",
"Bugs with confirmed status but don't have everconfirmed set");