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 -r1.485.2.62 -r1.485.2.63 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 15 Apr 2017 10:12:03 -0000 1.485.2.62 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 21 Apr 2017 13:51:54 -0000 1.485.2.63 @@ -550,13 +550,13 @@ # global namespace. The approach is cruel, but backward compatible # and avoids potential name clashes with pre-existing objects. # - # Replace the first occurance of the object name (in the alloc/create + # Replace the first occurrence of the object name (in the alloc/create # statement): # regsub { ::([0-9]+) } $content { \1 } content # - # Replace leading occurances of the object name (when e.g. procs + # Replace leading occurrences of the object name (when e.g. procs # are as well exported as separate statements) # regsub -all {\n::([0-9]+) } $content "\n\\1 " content @@ -1930,7 +1930,7 @@ -user_id [::xo::cc set untrusted_user_id] \ $page view] if {!$allowed} { - return "
Unsufficient priviledges to view content of [$page name].
" + return "
Unsufficient privileges to view content of [$page name].
" } } if {[info exists configure]} { @@ -3822,7 +3822,7 @@ } } else { # - # field names refering to instance attributes + # Field names referring to instance attributes. # set hleft [::xowiki::hstore::double_quote $lhs] lappend vars $lhs ""