From: Nicolas Iooss Date: Sun, 16 Feb 2014 15:25:44 +0000 (+0100) Subject: Fix typo in comment of class AddressIterator X-Git-Tag: xorg/1.1.12~34 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=e4ab8cc87ecc77a12cd2a3008df6a14864e54817;p=platal.git Fix typo in comment of class AddressIterator --- diff --git a/classes/address.php b/classes/address.php index 904abfc..7f26507 100644 --- a/classes/address.php +++ b/classes/address.php @@ -916,12 +916,12 @@ class Address } } -/** Iterator over a set of Phones +/** Iterator over a set of Addresses * * @param $pid, $type, $jobid, $pub * - * The iterator contains the phones that correspond to the value stored in the - * parameters' arrays. + * The iterator contains the addresses that correspond to the value stored in + * the parameters' arrays. */ class AddressIterator implements PlIterator {