Index: openacs-4/packages/xowiki/tcl/chat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/chat-procs.tcl,v diff -u -N -r1.26 -r1.27 --- openacs-4/packages/xowiki/tcl/chat-procs.tcl 9 Apr 2018 07:58:06 -0000 1.26 +++ openacs-4/packages/xowiki/tcl/chat-procs.tcl 17 May 2018 07:35:52 -0000 1.27 @@ -96,7 +96,7 @@ :log "--chat mode $mode" } - # small javascript library to obtain a portable ajax request object + # small JavaScript library to obtain a portable ajax request object ::xo::Page requireJS urn:ad:js:get-http-object switch -- $mode { Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -N -r1.270 -r1.271 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 9 May 2018 15:33:34 -0000 1.270 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 17 May 2018 07:35:52 -0000 1.271 @@ -318,7 +318,7 @@ default { # Check, if the spec value $s is a class. set old_class [:info class] - # Don't allow to use namespaced values, since we would run + # Don't allow one to use namespaced values, since we would run # into a recursive loop for richtext::wym (could be altered there as well). if {[:isclass ::xowiki::formfield::$s] && ![string match "*:*" $s]} { :class ::xowiki::formfield::$s 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.220 -r1.221 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 9 May 2018 15:33:34 -0000 1.220 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 17 May 2018 07:35:53 -0000 1.221 @@ -2191,7 +2191,7 @@ :get_parameters # - # Build a reduced toc tree based on pure HTML (no javascript or + # Build a reduced toc tree based on pure HTML (no JavaScript or # ajax involved). If an open_page is specified, produce an as # small as possible tree and omit all non-visible nodes. # @@ -2521,7 +2521,7 @@ set last_level $level set last_prefix $prefix } - # Pass the page_order for the element to javascript and add + # Pass the page_order for the element to JavaScript and add # the li element for the section. set item_id [:page_reorder_item_id -ID $ID -prefix_js $prefix_js -page_order $page_order js] append output "
  • " Index: openacs-4/packages/xowiki/tcl/xowiki-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-callback-procs.tcl,v diff -u -N -r1.74 -r1.75 --- openacs-4/packages/xowiki/tcl/xowiki-callback-procs.tcl 27 Oct 2014 16:42:05 -0000 1.74 +++ openacs-4/packages/xowiki/tcl/xowiki-callback-procs.tcl 17 May 2018 07:35:53 -0000 1.75 @@ -63,7 +63,7 @@ ad_proc -public ::xowiki::delete_gc_messages { {-package_id:required} } { - Deletes the messages of general comments to allow to + Deletes the messages of general comments to allow one to uninstantiate the package without violating constraints. @author Gustaf Neumann Index: openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl,v diff -u -N -r1.144 -r1.145 --- openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl 25 Apr 2018 08:51:36 -0000 1.144 +++ openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl 17 May 2018 07:35:53 -0000 1.145 @@ -116,7 +116,7 @@ } if {[string first "richtext" $__wspec] > -1} { - # ad_form does a subst, therefore escape esp. the javascript stuff + # ad_form does a subst, therefore escape esp. the JavaScript stuff set __spec [string map {\[ \\[ \] \\] \$ \\$ \\ \\\\} $__spec] } Index: openacs-4/packages/xowiki/tcl/xowiki-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-init.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/xowiki/tcl/xowiki-init.tcl 7 Aug 2017 23:48:30 -0000 1.2 +++ openacs-4/packages/xowiki/tcl/xowiki-init.tcl 17 May 2018 07:35:53 -0000 1.3 @@ -20,7 +20,7 @@ # e.g. a search link. # # For the time being, the check is just for xowiki, but in general, we -# might want to have more global option, which allows to check for +# might want to have more global option, which allows one to check for # example, if search is available for a certain subsite (when search # is subsite aware). # 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.519 -r1.520 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 9 May 2018 15:33:34 -0000 1.519 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 17 May 2018 07:35:53 -0000 1.520 @@ -1939,7 +1939,7 @@ Page ad_instproc include {-configure arg} { Include the html of the includelet. The method generates - an includelet object (might be an other xowiki page) and + an includelet object (might be another xowiki page) and renders it and returns either html or an error message. } { set page [:instantiate_includelet $arg] @@ -2157,7 +2157,7 @@ if {[regsub {^//} $link / link]} { # # For local links (starting with //), we provide - # a direct treatment. Javascript and CSS files are + # a direct treatment. JavaScript and CSS files are # included, images are rendered directly. # switch -glob -- [::xowiki::guesstype $link] { 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.354 -r1.355 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 15 May 2018 21:41:34 -0000 1.354 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 17 May 2018 07:35:53 -0000 1.355 @@ -1222,7 +1222,7 @@ Page ad_instproc www-save-attributes {} { The method save-attributes is typically callable over the - REST interface. It allows to save attributes of a + REST interface. It allows one to save attributes of a page without adding a new revision. } { set field_names [:field_names] Index: openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl,v diff -u -N -r1.122 -r1.123 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 9 May 2018 15:33:33 -0000 1.122 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 17 May 2018 07:39:03 -0000 1.123 @@ -745,7 +745,7 @@ if {[info commands ns_cache_create] ne ""} { # - # Version for NaviServer, which provides allows to provide + # Version for NaviServer, which allows us to provide # maximum size for a single cache entry. # ns_cache_create \ @@ -2641,7 +2641,7 @@ set object_type [${:domain} object_type] if {$object_type eq "content_folder"} { - # content_folder does NOT allow to use create_attribute etc. + # content_folder does NOT allow one to use create_attribute etc. return }