diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-06 09:27:01 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-06 09:27:01 -0800 |
commit | 9e878943532b9ecb84bac1db76c05cf9bc09d2cc (patch) | |
tree | c45e4d3c7949b9a8896be7dac0783d5517d9aa81 /eg | |
parent | ee5061a32e7b9054a982f3ed5260a5946e6b65a6 (diff) | |
parent | c56b3fce5486b08d986743d1c2a9cc2e6aafa5bc (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'eg')
-rw-r--r-- | eg/part_event-Action-template.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eg/part_event-Action-template.pm b/eg/part_event-Action-template.pm index c2f5ba58f..cf53f4b8c 100644 --- a/eg/part_event-Action-template.pm +++ b/eg/part_event-Action-template.pm @@ -48,7 +48,7 @@ sub do_action { #do your action #die "Error: $error"; - return 'Null example action completed sucessfully.'; + return 'Null example action completed successfully.'; } |