Index: openacs-4/packages/assessment/tcl/as-item-answer-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-item-answer-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/assessment/tcl/as-item-answer-procs.tcl 7 Aug 2017 23:48:03 -0000 1.7 +++ openacs-4/packages/assessment/tcl/as-item-answer-procs.tcl 13 Jun 2018 11:39:24 -0000 1.8 @@ -39,7 +39,7 @@ [list regexp_text $regexp_text] \ [list allowed_answerbox_list $allowed_answerbox_list] ] ] # FIXME too much code repetition here - # maybe there are more efficient ways to to it (maybe using hashes to pass the values between functions) + # maybe there are more efficient ways to do it (maybe using hashes to pass the values between functions) } return $as_item_answer_id Index: openacs-4/packages/assessment/tcl/as-item-choice-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-item-choice-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/assessment/tcl/as-item-choice-procs.tcl 7 Aug 2017 23:48:03 -0000 1.10 +++ openacs-4/packages/assessment/tcl/as-item-choice-procs.tcl 13 Jun 2018 11:39:24 -0000 1.11 @@ -49,7 +49,7 @@ [list percent_score $percent_score] \ [list fixed_position $fixed_position] ] ] # FIXME too much code repetition here - # maybe there are more efficient ways to to it (maybe using hashes to pass the values between functions) + # maybe there are more efficient ways to do it (maybe using hashes to pass the values between functions) } return $as_item_choice_id Index: openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl 11 Jun 2018 16:59:06 -0000 1.8 +++ openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl 13 Jun 2018 11:39:24 -0000 1.9 @@ -3,7 +3,7 @@ Integration of the Cookie Consent Library into OpenACS The Cookie Consent Library is and Cookie Consent to be free and - open sourced library for for alerting users about the use of + open sourced library for alerting users about the use of cookies on a website. It is designed to help you comply with the hideous EU Cookie Law and not make you want to kill yourself in the process. So we made it fast, free, and relatively painless. Index: openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl,v diff -u -r1.25 -r1.26 --- openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl 5 Jun 2018 10:58:24 -0000 1.25 +++ openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl 13 Jun 2018 11:39:24 -0000 1.26 @@ -102,7 +102,7 @@ # # Set common data for all kind of requests. A possible outcome is - # that we we cannot proceed (authentication failure), so we have + # that we cannot proceed (authentication failure), so we have # to trap such cases. try { :initialize