Index: modules/ecommerce/parcel/parcel.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ecommerce/parcel/parcel.module,v
retrieving revision 1.27
diff -u -r1.27 parcel.module
--- modules/ecommerce/parcel/parcel.module	31 May 2006 04:53:03 -0000	1.27
+++ modules/ecommerce/parcel/parcel.module	6 Jul 2006 01:01:33 -0000
@@ -76,7 +76,7 @@
 
         /* With this approach, we can't have parcels within parcels! */
         if ($product->ptype != 'parcel') {
-          $attributes = array_unique(array_merge($attributes, (array)module_invoke($product->ptype, 'productapi', $product, 'attibutes', $a3)));
+          $attributes = array_unique(array_merge($attributes, (array)module_invoke($product->ptype, 'productapi', $product, 'attributes', $a3)));
         }
       }
       return $attributes;
