Index: openacs-4/packages/forums/tcl/forums-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/forums-callback-procs.tcl,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/forums/tcl/forums-callback-procs.tcl 7 Aug 2017 23:48:11 -0000 1.10 +++ openacs-4/packages/forums/tcl/forums-callback-procs.tcl 30 Apr 2018 09:07:45 -0000 1.11 @@ -198,7 +198,7 @@ @author dave@thedesignexperience.org @creation-date 2005-06-08 - returns a url for a message to the search package + returns a URL for a message to the search package } { set message_id $object_id @@ -229,7 +229,7 @@ ad_proc -public -callback search::url -impl forums_forum {} { - returns a url for a forum to the search package + returns a URL for a forum to the search package @author Jeff Davis davis@xarg.net @creation-date 2004-04-01 Index: openacs-4/packages/forums/tcl/forums-sc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/forums-sc-procs.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/forums/tcl/forums-sc-procs.tcl 25 Apr 2018 19:47:47 -0000 1.14 +++ openacs-4/packages/forums/tcl/forums-sc-procs.tcl 30 Apr 2018 09:07:45 -0000 1.15 @@ -78,7 +78,7 @@ @author dave@thedesignexperience.org @creation-date 2002-08-07 - returns a url for a message to the search package + returns a URL for a message to the search package } { forum::message::get -message_id $message_id -array message Index: openacs-4/packages/forums/tcl/test/tclwebtest-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/test/Attic/tclwebtest-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/forums/tcl/test/tclwebtest-procs.tcl 7 Aug 2017 23:48:11 -0000 1.3 +++ openacs-4/packages/forums/tcl/test/tclwebtest-procs.tcl 30 Apr 2018 09:07:45 -0000 1.4 @@ -206,7 +206,7 @@ set response_url [tclwebtest::response url] - # Testing if the the message is not in the forum + # Testing if the message is not in the forum if {[string first "forum-view" $response_url]!=-1 && [string first $forum_admin_page $response_url]!=-1 } { if {[catch {tclwebtest::link follow "Edited $subject"}]} { Index: openacs-4/packages/notifications/tcl/notification-email-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-email-procs.tcl,v diff -u -N -r1.41 -r1.42 --- openacs-4/packages/notifications/tcl/notification-email-procs.tcl 25 Apr 2018 19:23:27 -0000 1.41 +++ openacs-4/packages/notifications/tcl/notification-email-procs.tcl 30 Apr 2018 09:09:53 -0000 1.42 @@ -44,7 +44,7 @@ } ad_proc -public manage_notifications_url {} { - Build a url to the "manage notifications" script. + Build a URL to the "manage notifications" script. } { return "[ad_url][apm_package_url_from_key [notification::package_key]]manage" } @@ -175,7 +175,7 @@ {-message_headers:required} {-reason ""} } { - This sends a bounce message indicating a a failuring in sending + This sends a bounce message indicating a failuring in sending a message to the system. @author mkovach@alal.com