Index: openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl,v diff -u -N -r1.100 -r1.101 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 19 Sep 2018 13:32:32 -0000 1.100 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 21 Sep 2018 14:11:55 -0000 1.101 @@ -184,7 +184,7 @@ Links, which are already fully qualified are not modified. - @param location protcol and host (defaults to [ad_url]) + @param location protocol and host (defaults to [ad_url]) @param path optional path to be prepended to paths not starting with a "/" @param html HTML text, in which substitutions should be performed. Index: openacs-4/packages/ajaxhelper/tcl/ajax-yahoo-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-yahoo-procs.tcl,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/ajaxhelper/tcl/ajax-yahoo-procs.tcl 9 May 2018 15:33:29 -0000 1.15 +++ openacs-4/packages/ajaxhelper/tcl/ajax-yahoo-procs.tcl 21 Sep 2018 14:11:55 -0000 1.16 @@ -386,7 +386,7 @@ @author Hamilton Chua (ham@solutiongrove.com) @creation-date 2006-11-05 - @param element This is the id of the html elment where you want to generate the tree view control. + @param element This is the id of the html element where you want to generate the tree view control. @param nodes Is list of lists. Each list contains the node information to be passed to ah::yui::create_tree_node to create a node. @param varname The javascript variable name to give the tree. Index: openacs-4/packages/ajaxhelper/tcl/dynamic-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/dynamic-load-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/ajaxhelper/tcl/dynamic-load-procs.tcl 6 Nov 2006 13:15:29 -0000 1.1 +++ openacs-4/packages/ajaxhelper/tcl/dynamic-load-procs.tcl 21 Sep 2018 14:11:55 -0000 1.2 @@ -1,6 +1,6 @@ ad_library { - Ajax Exprimental Procs + Ajax Experimental Procs @author Hamilton Chua (ham@solutiongrove.com) @creation-date 2006-11-1 Index: openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl,v diff -u -N -r1.45 -r1.46 --- openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 18 Sep 2018 17:27:14 -0000 1.45 +++ openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 21 Sep 2018 14:11:55 -0000 1.46 @@ -50,7 +50,7 @@ -parameter DotlrnUserCache \ -default_size 2000000 - # dotlrn_community_cache: holds community specfic stuff like + # dotlrn_community_cache: holds community specific stuff like # "package_id", "name", "portal_id" etc ::acs::KeyPartitionedCache create ::dotlrn::dotlrn_community_cache \ -package_key dotlrn \ Index: openacs-4/packages/evaluation/www/admin/evaluations/evaluate-students.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/evaluations/evaluate-students.tcl,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/evaluation/www/admin/evaluations/evaluate-students.tcl 7 Aug 2017 23:48:10 -0000 1.13 +++ openacs-4/packages/evaluation/www/admin/evaluations/evaluate-students.tcl 21 Sep 2018 14:11:55 -0000 1.14 @@ -178,7 +178,7 @@ set evaluations_na:rowcount $counter -# editting grades +# editing grades # if the structure of the multirow datasource ever changes, this needs to be rewritten set counter 0 Index: openacs-4/packages/file-storage/tcl/file-storage-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-procs.tcl,v diff -u -N -r1.88 -r1.89 --- openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 25 Jul 2018 19:00:06 -0000 1.88 +++ openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 21 Sep 2018 14:11:55 -0000 1.89 @@ -976,8 +976,8 @@ } lob { # if someone stored file storage content in the database - # we need to use lob. the only want ot get a lob into the - # database if to pass it as a file + # we need to use lob. The only way to get a lob into the + # database is to pass it as a file set revision_id [cr_import_content \ -item_id $item_id \ -storage_type \ Index: openacs-4/packages/theme-selva/www/selva-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-selva/www/selva-master.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/theme-selva/www/selva-master.tcl 28 Jun 2015 13:01:06 -0000 1.14 +++ openacs-4/packages/theme-selva/www/selva-master.tcl 21 Sep 2018 14:11:55 -0000 1.15 @@ -1,9 +1,9 @@ # $Id$ -# RAC: If dotlrn is not installed selva-master uses selva-site-master, +# RAC: If dotlrn is not installed selva-master uses selva-site-master, # otherwise uses selva-dotlrn-master # this should also allow for pages to call the dotlrn template (i.e. tabs) off -# maybe by passing a propery in a page +# maybe by passing a property in a page if {(![info exists displayed_object_id] || $displayed_object_id eq "")} { set displayed_object_id "" Index: openacs-4/packages/xolp/tcl/test/xolp-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/test/xolp-test-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/xolp/tcl/test/xolp-test-procs.tcl 29 Jun 2018 17:27:19 -0000 1.4 +++ openacs-4/packages/xolp/tcl/test/xolp-test-procs.tcl 21 Sep 2018 14:11:55 -0000 1.5 @@ -1313,7 +1313,7 @@ -iri [lindex $activity_iris 0] \ -policy best] aa_log "Result: $result" - aa_true "User didnt do this activity" {$result eq ""} + aa_true "User didn't do this activity" {$result eq ""} set result [::xolp::User get_result \ -user_id [lindex $user_ids 0] \ Index: openacs-4/packages/xowiki/tcl/menu-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/menu-procs.tcl,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/xowiki/tcl/menu-procs.tcl 9 May 2018 15:33:34 -0000 1.17 +++ openacs-4/packages/xowiki/tcl/menu-procs.tcl 21 Sep 2018 14:11:55 -0000 1.18 @@ -1,6 +1,6 @@ ::xo::library doc { - Basic classes for Menues (context menu, menu bar, menu item). The + Basic classes for Menus (context menu, menu bar, menu item). The design is influenced by the YUI2 classes, but we tried to keep the implementation generic. The original version was developed by Michael Aram in his Master Thesis. Over the time it was simplified,