typo
authorMark Wells <mark@freeside.biz>
Wed, 25 Jul 2012 23:15:40 +0000 (16:15 -0700)
committerMark Wells <mark@freeside.biz>
Wed, 25 Jul 2012 23:15:40 +0000 (16:15 -0700)
FS/FS/part_pkg/prepaid.pm

index 407343b..50f908c 100644 (file)
@@ -23,7 +23,7 @@ tie my %overlimit_action, 'Tie::IxHash',
   'shortname' => 'Prepaid, no automatic cycle',
   'inherit_fields' => [ 'usage_Mixin', 'global_Mixin' ],
   'fields' => {
-    'recur_action' => { 'name' => 'Action to take upon reaching end of prepaid preiod',
+    'recur_action' => { 'name' => 'Action to take upon reaching end of prepaid period',
                         'type' => 'select',
                        'select_options' => \%recur_action,
                      },