Index: openacs-4/packages/xowf/lib/inclass-quiz-answer.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/Attic/inclass-quiz-answer.wf,v diff -u -N -r1.1.2.9 -r1.1.2.10 --- openacs-4/packages/xowf/lib/inclass-quiz-answer.wf 29 Nov 2023 15:28:04 -0000 1.1.2.9 +++ openacs-4/packages/xowf/lib/inclass-quiz-answer.wf 5 Apr 2024 08:53:16 -0000 1.1.2.10 @@ -31,7 +31,7 @@ set parent_id [$obj parent_id] # # Use requester instead of user_id to allow also participants, which - # are not authroized. + # are not authorized. # set name [ns_md5 $parent_id-[::xo::cc requester]] set parent_obj [::xo::db::CrClass get_instance_from_db -item_id $parent_id] Index: openacs-4/packages/xowf/www/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/index.vuh,v diff -u -N -r1.6.2.5 -r1.6.2.6 --- openacs-4/packages/xowf/www/index.vuh 31 Jan 2022 12:37:15 -0000 1.6.2.5 +++ openacs-4/packages/xowf/www/index.vuh 5 Apr 2024 08:53:16 -0000 1.6.2.6 @@ -4,7 +4,7 @@ This is the default resolver for the xowf package. In essence, it determines from the provided method "m" a web-callable method via the package specific "invoke" method, executes it and returns the - result to the requestor. + result to the requester. @author Gustaf Neumann (gustaf.neumann@wu-wien.ac.at) @creation-date July, 2006 Index: openacs-4/packages/xowf/www/resources/inclass-exam.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/resources/Attic/inclass-exam.js,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/xowf/www/resources/inclass-exam.js 24 Nov 2023 13:50:34 -0000 1.1.2.1 +++ openacs-4/packages/xowf/www/resources/inclass-exam.js 5 Apr 2024 08:53:16 -0000 1.1.2.2 @@ -3,7 +3,7 @@ var searchTerm = searchTerm_orig; // search for quoted text and add it to the token array - // remove the qouted string from the searchTerm + // remove the quoted string from the searchTerm var pattern = /".*?"/g; var current; var tokens_quoted = []; Index: openacs-4/packages/xowiki/xowiki.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/xowiki.info,v diff -u -N -r1.180.2.122 -r1.180.2.123 --- openacs-4/packages/xowiki/xowiki.info 20 Mar 2024 10:25:34 -0000 1.180.2.122 +++ openacs-4/packages/xowiki/xowiki.info 5 Apr 2024 08:55:04 -0000 1.180.2.123 @@ -22,7 +22,7 @@ on integration with OpenACS (e.g. categories, general comments, ADP-includes). XoWiki combines aspects of wikis (ease of page-creation) with aspects of a content management system (revisions, -re-usable items, multiple languages). Furthermore, XoWiki allows one to +reusable items, multiple languages). Furthermore, XoWiki allows one to define different types of links such one could define book-structures (where a navigation structure could be built on the fly) or glossaries with different kind of word relationships (like synonyms, Index: openacs-4/packages/xowiki/www/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/index.vuh,v diff -u -N -r1.12.2.2 -r1.12.2.3 --- openacs-4/packages/xowiki/www/index.vuh 12 Jun 2021 17:52:46 -0000 1.12.2.2 +++ openacs-4/packages/xowiki/www/index.vuh 5 Apr 2024 08:55:04 -0000 1.12.2.3 @@ -4,7 +4,7 @@ This is the default resolver for the xowiki package. In essence, it determines from the provided method "m" a web-callable method via the package specific "invoke" method, executes it and returns the - result to the requestor. + result to the requester. @author Gustaf Neumann (gustaf.neumann@wu-wien.ac.at) @creation-date July, 2006