From e4ab8cc87ecc77a12cd2a3008df6a14864e54817 Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Sun, 16 Feb 2014 16:25:44 +0100 Subject: [PATCH] Fix typo in comment of class AddressIterator --- classes/address.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 { -- 2.1.4