diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-03 10:18:01 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-03 10:18:01 -0800 |
commit | 55017a988ebdd9456d66b23f973b560733abfb55 (patch) | |
tree | da52604b95a576037c9277ccb02df7f45346a70f /eg | |
parent | 17f3758e4af48afc39bdab37b076f37a1deda3f2 (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.'; } |