diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-03 10:18:25 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-03 10:18:25 -0800 |
commit | 71fa1a7043b16d22a5e6d0c81ee33f5d62d50f49 (patch) | |
tree | 4c3f6bb2180f653e5214de9b3ca7287341a571a2 /eg | |
parent | a38771cb202d6b98b34c3a4346ca144a7be03780 (diff) |
successful spelling, RT#74993
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.'; } |