]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 291600: replace "iff" with "if and only if"; r=LpSolit, a=justdave.
authorjocuri%softhome.net <>
Thu, 9 Jun 2005 16:32:24 +0000 (16:32 +0000)
committerjocuri%softhome.net <>
Thu, 9 Jun 2005 16:32:24 +0000 (16:32 +0000)
Bugzilla/Config.pm
quicksearch.js
template/en/default/list/quips.html.tmpl

index 4a08d181926ca58b29fddee7ff56f6e47bb23e07..ad5666823b6aadb3a1e4c5cac1c9677e868aab4e 100644 (file)
@@ -299,8 +299,8 @@ sub WriteParams {
     ChmodDataFile("$datadir/params", 0666);
 }
 
-# Some files in the data directory must be world readable iff we don't have
-# a webserver group. Call this function to do this.
+# Some files in the data directory must be world readable if and only if
+# we don't have a webserver group. Call this function to do this.
 # This will become a private function once all the datafile handling stuff
 # moves into this package
 
index b72f96b7a4fea36136d6109d331650d4ef02d0ab..29ab6eb6b365b3a20764258512ce41a2dbe50a31 100644 (file)
@@ -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;
index c43822aa1d22d5d58e92d838e3e9a2bbb38dd92a..39b7c3840b959cefcceb94c2a95bc62fa0215120 100644 (file)
@@ -23,7 +23,8 @@
   # added_quip: string. Defined if the CGI added a quip data before
   #                displaying anything; if defined, its value is that quip.
   # show_quips: boolean. True if we are showing the entire quip list.
-  # quips: list of strings. Defined iff show_quips is true. List of all quips.
+  # quips: list of strings. Defined if and only if show_quips is true.
+  #                List of all quips.
   #%]
 
 [% PROCESS global/variables.none.tmpl %]