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 /httemplate/edit/process/elements | |
parent | 17f3758e4af48afc39bdab37b076f37a1deda3f2 (diff) |
successful spelling, RT#74993
Diffstat (limited to 'httemplate/edit/process/elements')
-rw-r--r-- | httemplate/edit/process/elements/ApplicationCommon.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/elements/ApplicationCommon.html b/httemplate/edit/process/elements/ApplicationCommon.html index 097a45d4f..b7501d462 100644 --- a/httemplate/edit/process/elements/ApplicationCommon.html +++ b/httemplate/edit/process/elements/ApplicationCommon.html @@ -24,7 +24,7 @@ Examples: % my $query = $m->scomp('/elements/create_uri_query'); <% $cgi->redirect(popurl(2). $opt{error_redirect}. "?$query") %> %} else { -<& /elements/header-popup.html, "$src_thing application$to sucessful" &> +<& /elements/header-popup.html, "$src_thing application$to successful" &> <SCRIPT TYPE="text/javascript"> topreload(); </SCRIPT> |