summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-07-23 05:25:10 +0200
committertimeless%mozdev.org <>2007-07-23 05:25:10 +0200
commitefe725f656d0e44bef2c1573a59d3eddf3029b2a (patch)
treeeefdd829d63eadf0622aa16c3cadac00eaabdb85 /sanitycheck.cgi
parent037e0329c03537cdb893c6a50758a087f00d8fbc (diff)
downloadbugzilla-efe725f656d0e44bef2c1573a59d3eddf3029b2a.tar.gz
bugzilla-efe725f656d0e44bef2c1573a59d3eddf3029b2a.tar.xz
Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all documentation
r=colin.ogilvie, kevin.benton
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-xsanitycheck.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/sanitycheck.cgi b/sanitycheck.cgi
index db25f5842..157281b11 100755
--- a/sanitycheck.cgi
+++ b/sanitycheck.cgi
@@ -874,10 +874,10 @@ Status('bug_check_status_everconfirmed');
BugCheck("bugs WHERE bug_status = 'UNCONFIRMED' AND everconfirmed = 1",
'bug_check_status_everconfirmed_error_text');
-# The below list of resolutions is hardcoded because we don't know if future
+# The below list of resolutions is hard-coded because we don't know if future
# resolutions will be confirmed, unconfirmed or maybeconfirmed. I suspect
# they will be maybeconfirmed, e.g. ASLEEP and REMIND. This hardcoding should
-# disappear when we have customised statuses.
+# disappear when we have customized statuses.
BugCheck("bugs WHERE bug_status IN ('NEW', 'ASSIGNED', 'REOPENED') AND everconfirmed = 0",
'bug_check_status_everconfirmed_error_text2');