diff --git a/modules/ubercart/uc_roles/uc_roles.install b/modules/ubercart/uc_roles/uc_roles.install index 81c61bd..bb64832 100644 --- a/modules/ubercart/uc_roles/uc_roles.install +++ b/modules/ubercart/uc_roles/uc_roles.install @@ -10,7 +10,7 @@ */ function uc_roles_schema() { $schema['uc_roles_products'] = array( - 'description' => 'Maps puchasable roles to Ubercart products.', + 'description' => 'Maps purchasable roles to Ubercart products.', 'fields' => array( 'rpid' => array( 'description' => 'Primary key: the role-product id.',