Index: openacs-4/packages/acs-templating/tcl/wizard-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/wizard-procs.tcl,v diff -u -N -r1.20 -r1.21 --- openacs-4/packages/acs-templating/tcl/wizard-procs.tcl 19 Sep 2018 00:38:52 -0000 1.20 +++ openacs-4/packages/acs-templating/tcl/wizard-procs.tcl 3 Nov 2018 19:52:29 -0000 1.21 @@ -580,7 +580,7 @@ } elseif { [ns_queryexists wizard_submit_finish] } { # template::forward $properties(action) - # NOTE : we are changing the behaviour of wizard, when its finish it will not reset and go back + # NOTE : we are changing the behavior of wizard, when its finish it will not reset and go back # to step 1, it will blindly go forward and we will catch this on get_current_step set next_id [expr {$current_index + 1}] template::forward [get_forward_url $next_id] $cache_p $persistent_p $excluded_vars