From 2b337127f0bbe9a9508f97d58a8726f54f7d873f Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Thu, 9 Jun 2005 16:32:24 +0000 Subject: Patch for bug 291600: replace "iff" with "if and only if"; r=LpSolit, a=justdave. --- Bugzilla/Config.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/Config.pm') 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 -- cgit v1.2.3-24-g4f1b