X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FCondition%2Fonce.pm;h=d004814ffb33da8ed0600603c1843d996f37220d;hb=0af38652da3b3be7da2d35b048285ef6f2194e1a;hp=5a9161f069a61c4337aa11a6d0776dcaf52854ab;hpb=15802280e2c56575afc85efd476a0d1aeea9e0a4;p=freeside.git 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; }