diff options
author | ivan <ivan> | 2009-07-04 00:08:12 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-07-04 00:08:12 +0000 |
commit | 34d3dd40a67b3e052fd033dd59bed4baa79083e3 (patch) | |
tree | 4b000a961b1eddbbc20045e6c6c8e9cc8ffb0b21 /FS | |
parent | 69678d308805f5ca4b171ea0c5ac1da957811aa0 (diff) |
spealing
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_event/Condition/once.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_event/Condition/once.pm b/FS/FS/part_event/Condition/once.pm index 5a9161f06..d004814ff 100644 --- a/FS/FS/part_event/Condition/once.pm +++ b/FS/FS/part_event/Condition/once.pm @@ -7,7 +7,7 @@ use FS::cust_event; use base qw( FS::part_event::Condition ); -sub description { "Don't run this event again after it has completed sucessfully"; } +sub description { "Don't run this event again after it has completed successfully"; } sub implicit_flag { 10; } |