Index: openacs-4/packages/bug-tracker/lib/pagination.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/lib/pagination.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/bug-tracker/lib/pagination.tcl 23 Jun 2015 16:05:05 -0000 1.4 +++ openacs-4/packages/bug-tracker/lib/pagination.tcl 30 Apr 2018 09:38:34 -0000 1.5 @@ -1,5 +1,5 @@ # @arg row_count The total number of rows. -# @arg offset The current row offset, i.e. the number of rows to skip. Must be an URL parameter. +# @arg offset The current row offset, i.e. the number of rows to skip. Must be a URL parameter. # @arg interval_size The number of rows per page. Must be an optional URL parameter # @arg variable_set_to_export An ns_set that should exclude the offset and interval_size variables. You may # use ad_tcl_vars_to_ns_set to create this set. Index: openacs-4/packages/bug-tracker/tcl/bug-search-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/tcl/bug-search-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/bug-tracker/tcl/bug-search-procs.tcl 15 Feb 2010 20:09:21 -0000 1.4 +++ openacs-4/packages/bug-tracker/tcl/bug-search-procs.tcl 30 Apr 2018 09:38:34 -0000 1.5 @@ -65,7 +65,7 @@ } ad_proc -private bug_tracker::search::bug::url { bug_id } { - returns a url for a given bug_id + returns a URL for a given bug_id @param bug_id @author Jeff Davis davis@xarg.net @@ -157,7 +157,7 @@ ad_proc -private bug_tracker::search::patch::url { patch_id } { - returns a url for a given patch_id + returns a URL for a given patch_id @param patch_id @author Jeff Davis davis@xarg.net Index: openacs-4/packages/bug-tracker/tcl/install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/tcl/install-procs.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/bug-tracker/tcl/install-procs.tcl 26 Jun 2008 22:09:10 -0000 1.7 +++ openacs-4/packages/bug-tracker/tcl/install-procs.tcl 30 Apr 2018 09:38:34 -0000 1.8 @@ -46,7 +46,7 @@ # This is the upgrade that converts Bug Tracker to using the workflow package ns_log Notice "bug_tracker::install::package_upgrade - Upgrading Bug Tracker from 09d1 to 1.2d2" - # This sets up the the but tracker package type workflow instance + # This sets up the bug tracker package type workflow instance package_install # Create a workflow instance for each Bug Tracker project Index: openacs-4/packages/bug-tracker/tcl/bug-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/tcl/bug-procs.tcl,v diff -u -N -r1.40 -r1.41 --- openacs-4/packages/bug-tracker/tcl/bug-procs.tcl 25 Apr 2018 19:47:46 -0000 1.40 +++ openacs-4/packages/bug-tracker/tcl/bug-procs.tcl 30 Apr 2018 09:40:53 -0000 1.41 @@ -1004,7 +1004,7 @@ # column we want to order by. Which columns we can afford to have in # the select list depends on which tables are we joining against. BTW, # all these kludges are consequence of the initial (bad, IMHO) decision - # to do the joins against cr_keywords in memory rather then in SQL. + # to do the joins against cr_keywords in memory rather than in SQL. set more_columns ", kw_order.heading as heading" } else { set more_columns "" Index: openacs-4/packages/xotcl-core/tcl/06-param-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/06-param-procs.tcl,v diff -u -N -r1.21 -r1.22 --- openacs-4/packages/xotcl-core/tcl/06-param-procs.tcl 21 Mar 2018 18:48:13 -0000 1.21 +++ openacs-4/packages/xotcl-core/tcl/06-param-procs.tcl 30 Apr 2018 09:46:43 -0000 1.22 @@ -5,7 +5,7 @@ # Galileo: > 2mio (2nd most frequent kind of object type) # Small oacs installations: 1000 objects (38 package instances) # -# - High growth, when parmeters are used more intensively +# - High growth, when parameters are used more intensively # Size grows quadratically: #parameter * #package_instances, # independent of changed parameter values # -> does not scale well. Index: openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl,v diff -u -N -r1.65 -r1.66 --- openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 25 Apr 2018 19:47:48 -0000 1.65 +++ openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 30 Apr 2018 09:46:43 -0000 1.66 @@ -1017,7 +1017,7 @@ set order 10 foreach file $::_xo_js_order { if {[string match "*;*" $file]} { - # it is not a file, but some javascipt statements + # it is not a file, but some JavaScript statements #append statements [string map {< "<" > ">"} $file] \n append statements $file \n } else { Index: openacs-4/packages/xotcl-core/tcl/context-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/context-procs.tcl,v diff -u -N -r1.71 -r1.72 --- openacs-4/packages/xotcl-core/tcl/context-procs.tcl 21 Mar 2018 19:52:50 -0000 1.71 +++ openacs-4/packages/xotcl-core/tcl/context-procs.tcl 30 Apr 2018 09:46:44 -0000 1.72 @@ -202,7 +202,7 @@ # The following should not be necessary, but is is here for # cases, where some oacs-code assumes wrongly it is running in a # connection thread (e.g. the site master requires to have a - # node_id and a url accessible via ad_conn) + # node_id and a URL accessible via ad_conn) # if {![info exists (node_id)]} { if {$url eq ""} { @@ -542,7 +542,7 @@ proc ::xo::update_query_variable {old_query var value} { # - # Replace in a url-query old occurrences of var with new value. + # Replace in a URL-query old occurrences of var with new value. # # @return pairs in a form suitable for export_vars # @@ -560,7 +560,7 @@ proc ::xo::update_query {old_query var value} { # - # Replace in a url-query old occurrences of var with new value. + # Replace in a URL-query old occurrences of var with new value. # # @return encoded HTTP query # Index: openacs-4/packages/xotcl-core/tcl/generic-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/generic-procs.tcl,v diff -u -N -r1.105 -r1.106 --- openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 25 Apr 2018 19:47:48 -0000 1.105 +++ openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 30 Apr 2018 09:46:44 -0000 1.106 @@ -638,7 +638,7 @@ {*}$cmd :multirow - # Don't put handlers directly on the HTML, but rather define them in javascript afterwards + # Don't put handlers directly on the HTML, but rather define them in JavaScript afterwards template::add_confirm_handler -CSSclass acs-confirm -message [_ acs-subsite.Delete]? }