diff options
author | Mark Wells <mark@freeside.biz> | 2012-07-25 16:15:40 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-07-25 16:15:40 -0700 |
commit | 217b71622d3898e6df98832d378312aa70d6ae7e (patch) | |
tree | e8b52abd716abe0bd2b74c2c3fa2bf0bba3eb6cd | |
parent | f2e2f27be8635833c9b7378cdef1b4b206a17955 (diff) |
typo
-rw-r--r-- | FS/FS/part_pkg/prepaid.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_pkg/prepaid.pm b/FS/FS/part_pkg/prepaid.pm index 407343bc8..50f908c6d 100644 --- a/FS/FS/part_pkg/prepaid.pm +++ b/FS/FS/part_pkg/prepaid.pm @@ -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, }, |