From fc345f57ce42c4a9a9dd7cb20bc315799bb129a6 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 9 Jul 2010 09:04:07 -0700 Subject: [PATCH] Fix some POD typos, copy/paste. --- lib/WebGUI/Shop/AddressBook.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/Shop/AddressBook.pm b/lib/WebGUI/Shop/AddressBook.pm index 3ac65dae7..aa8661e26 100644 --- a/lib/WebGUI/Shop/AddressBook.pm +++ b/lib/WebGUI/Shop/AddressBook.pm @@ -51,9 +51,9 @@ These subroutines are available from this package: #------------------------------------------------------------------- -=head2 new ( $session, $cartId ) +=head2 new ( $session, $addressBookId ) -Constructor. Instanciates an address book based upon a cartId. +Constructor. Instanciates an address book based upon an addressBookId. =head2 new ( $session ) @@ -134,7 +134,7 @@ around BUILDARGS => sub { =head2 _init ( session ) Builds a stub of object information in the database, and returns the newly created -cartId, and the creationDate fields so the object can be initialized correctly. +addressBookId, and the creationDate fields so the object can be initialized correctly. =cut