Index: uc_restrict_shipping.module
===================================================================
--- uc_restrict_shipping.module	(revision 1428)
+++ uc_restrict_shipping.module	(working copy)
@@ -596,7 +596,7 @@
     $types[$row->type_id] = $row->rs_name; 
   }
   //Length
-  $lengths = array('0' => 'Cusomter', '1' => 'Day', '2' => 'Week', '3' => 'Month', '4' => 'Year'); 
+  $lengths = array('0' => 'Customer', '1' => 'Day', '2' => 'Week', '3' => 'Month', '4' => 'Year'); 
   
     // Nodes
   $result = db_query("SELECT t.nid, nr.title, t.rs_type, t.rs_data, t.rs_mode FROM {uc_restrict_shipping} t LEFT JOIN {node_revisions} nr ON t.nid = nr.nid LEFT JOIN {node} n ON n.nid = nr.nid WHERE n.type = 'product' ORDER BY t.rs_type");
