From 9aec4963770e233c59ecd5f211f12c0fd6b23b3b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 30 Jun 2005 05:18:21 +0000 Subject: Bug 298826: Fixes some spelling errors - Patch by Frank Wein r=timeless a=myk --- sanitycheck.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sanitycheck.cgi') 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"); -- cgit v1.2.3-24-g4f1b