Index: openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl,v diff -u -N -r1.11.2.28 -r1.11.2.29 --- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 13 Sep 2022 10:05:23 -0000 1.11.2.28 +++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 11 Oct 2022 13:20:49 -0000 1.11.2.29 @@ -707,7 +707,7 @@ -style -CSSclass } { - Render a Boostrap Icon. + Render a Bootstrap Icon. @return HTML } { Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -N -r1.239.2.94 -r1.239.2.95 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 20 Aug 2022 16:36:57 -0000 1.239.2.94 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 11 Oct 2022 13:20:49 -0000 1.239.2.95 @@ -4725,7 +4725,7 @@ lappend table_field_names $count # In most situations, it seems useful to have just one field in # the voting table. If there are multiple, we use a comma to - # separate the values (looks bettern than separate columns). + # separate the values (looks better than separate columns). set field_contents [list] foreach __fn $field_names { lappend field_contents [$t set $__fn] @@ -4856,7 +4856,7 @@ current folder. @param folder - @param glob optional matching patter for page names + @param glob optional matching pattern for page names } yui-carousel instproc images {-package_id -parent_id {-glob ""} {-width ""} {-height ""}} { Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -N -r1.332.2.123 -r1.332.2.124 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 6 Oct 2022 17:27:48 -0000 1.332.2.123 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 11 Oct 2022 13:20:49 -0000 1.332.2.124 @@ -99,7 +99,7 @@ # # Initialize tailorization for CSS toolkits. The function reads # the global apm package parameter and sets/resets accordingly - # (a) the default values (actially parameters) for the form + # (a) the default values (actually parameters) for the form # field and (b) defines the toolkit specific CSS class name # mapping. # @@ -340,7 +340,7 @@ ("name" attribute in the database, requires parent_id to be provided as well) - @param parent_id optional, only needed in lagacy cases, + @param parent_id optional, only needed in legacy cases, when page_reference is provided as page name @param page_references item_ids, paths or names to be resolved as item_ids @return list of valid item_ids @@ -1554,7 +1554,7 @@ # We have a reference to another instance, we can't resolve this # from this package. Report back not found by empty result. # - #ns_log notice "reference to onother instance: <$object>" + #ns_log notice "reference to another instance: <$object>" return "" } Index: openacs-4/packages/xowiki/tcl/resource-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/resource-init.tcl,v diff -u -N -r1.3.2.14 -r1.3.2.15 --- openacs-4/packages/xowiki/tcl/resource-init.tcl 1 Apr 2022 13:47:51 -0000 1.3.2.14 +++ openacs-4/packages/xowiki/tcl/resource-init.tcl 11 Oct 2022 13:20:50 -0000 1.3.2.15 @@ -18,7 +18,7 @@ #template::register_urn -urn urn:ad:js:highcharts-theme -resource /resources/xowiki/highcharts/js/themes/gray.js # -# Produce the xowiki.css variants that can be included based on preferred CSS tookit: +# Produce the xowiki.css variants that can be included based on preferred CSS toolkit: # # xowiki.css + xowiki-yui-specific.css -> xowiki-yui.css # xowiki.css + xowiki-bootstrap3-specific.css -> xowiki-bootstrap3.css Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.542.2.164 -r1.542.2.165 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 24 Aug 2022 15:59:55 -0000 1.542.2.164 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 11 Oct 2022 13:20:50 -0000 1.542.2.165 @@ -2144,7 +2144,7 @@ # there must be something syntactically wrong return [:error_in_includelet $arg [_ xowiki.error-includelet-dash_syntax_invalid]] } - #:msg "includelet: [lindex $arg 0], caller parms ? '[lrange $arg 1 end]'" + #:msg "includelet: [lindex $arg 0], caller parameters ? '[lrange $arg 1 end]'" # the include is either a includelet class, or a wiki page if {[:isclass ::xowiki::includelet::$page_name]} { @@ -3766,7 +3766,7 @@ #set page_link [::$package_id make_link -privilege public [self] download ""] set ctx [::$package_id context] - set revision_id [$ctx query_parameter revision_id:intger] + set revision_id [$ctx query_parameter revision_id:integer] set query [expr {$revision_id ne "" ? "revision_id=$revision_id" : ""}] set page_link [:pretty_link -download true -query $query] if {[$ctx query_parameter html-content] ne ""} { Index: openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl,v diff -u -N -r1.57.2.34 -r1.57.2.35 --- openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl 13 Sep 2022 10:09:46 -0000 1.57.2.34 +++ openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl 11 Oct 2022 13:20:50 -0000 1.57.2.35 @@ -1040,7 +1040,7 @@ the user information. @param uid the user id - @return boolean or HTML accrording to the 'asHTML' flag. + @return boolean or HTML according to the 'asHTML' flag. } { if {[info commands ::throttle] ne "" && [::throttle info methods user_is_active] ne ""} { Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -N -r1.368.2.133 -r1.368.2.134 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 4 Oct 2022 15:00:54 -0000 1.368.2.133 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 11 Oct 2022 13:20:50 -0000 1.368.2.134 @@ -1132,7 +1132,7 @@ #:log "we have to validate" # # In case we are triggered internally, we might not have a - # a connection and therefore do not valide the csrf token. + # a connection. Therefore, do not validate the CSRF token. # if {![::${:package_id} exists __batch_mode]} { security::csrf::validate @@ -2692,6 +2692,8 @@ # of file related fields, where either .tmpfile or .content-type # will be appended. # + #:log "===== Page get_form_data RAW field_names from form data: [$cc array names form_parameter *_.*]" + set field_names [list] foreach att [$cc array names form_parameter] { if {[regexp {^[\w.]+(\.(tmpfile|content-type))?$} $att]} { @@ -3108,7 +3110,7 @@ } else { # # Reset for form field value to the external - # respresentation of the data value. + # representation of the data value. # $form_field value [$form_field convert_to_external $data_value] } Index: openacs-4/packages/acs-templating/tcl/dimensional-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/dimensional-procs.tcl,v diff -u -N -r1.3.2.1 -r1.3.2.2 --- openacs-4/packages/acs-templating/tcl/dimensional-procs.tcl 6 Sep 2022 09:44:03 -0000 1.3.2.1 +++ openacs-4/packages/acs-templating/tcl/dimensional-procs.tcl 11 Oct 2022 13:26:21 -0000 1.3.2.2 @@ -123,7 +123,7 @@ @param option_list the structure with the option data provided @param what look for such keys in the option_list - @param joiner join string for combining multiple clases + @param joiner join string for combining multiple clauses @param options_set ns_set for reading variables @return SQL clause