diff options
author | jocuri%softhome.net <> | 2005-06-09 18:32:24 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2005-06-09 18:32:24 +0200 |
commit | 2b337127f0bbe9a9508f97d58a8726f54f7d873f (patch) | |
tree | bd1c26b77d19263b2636373140fd912859fa7c71 /Bugzilla | |
parent | 461633bacc4f1c47b50e67219a7c8ec0a16bad7d (diff) | |
download | bugzilla-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 'Bugzilla')
-rw-r--r-- | Bugzilla/Config.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 4a08d1819..ad5666823 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -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 |