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 = [];