Fix typo in comment of class AddressIterator
authorNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sun, 16 Feb 2014 15:25:44 +0000 (16:25 +0100)
committerNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sun, 16 Feb 2014 15:26:13 +0000 (16:26 +0100)
classes/address.php

index 904abfc..7f26507 100644 (file)
@@ -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
 {