summaryrefslogtreecommitdiffstats
path: root/quicksearch.js
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2005-06-09 18:32:24 +0200
committerjocuri%softhome.net <>2005-06-09 18:32:24 +0200
commit2b337127f0bbe9a9508f97d58a8726f54f7d873f (patch)
treebd1c26b77d19263b2636373140fd912859fa7c71 /quicksearch.js
parent461633bacc4f1c47b50e67219a7c8ec0a16bad7d (diff)
downloadbugzilla-2b337127f0bbe9a9508f97d58a8726f54f7d873f.tar.gz
bugzilla-2b337127f0bbe9a9508f97d58a8726f54f7d873f.tar.xz
Patch for bug 291600: replace "iff" with "if and only if"; r=LpSolit, a=justdave.
Diffstat (limited to 'quicksearch.js')
-rw-r--r--quicksearch.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/quicksearch.js b/quicksearch.js
index b72f96b7a..29ab6eb6b 100644
--- a/quicksearch.js
+++ b/quicksearch.js
@@ -334,8 +334,8 @@ function make_query_URL(url, input, searchLong) {
// This function matches the given prefixes against the given statuses and
// resolutions. Matched statuses are added to bug_status, matched
- // resolutions are added to resolution. Returns true iff some matches
- // were found for at least one of the given prefixes.
+ // resolutions are added to resolution. Returns true if and only if
+ // some matches were found for at least one of the given prefixes.
function matchPrefixes(prefixes,statuses,resolutions) {
var failedPrefixes = new Array();
var foundMatch = false;