Index: openacs-4/packages/faq-portlet/tcl/test/faq-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq-portlet/tcl/test/faq-portlet-procs.tcl,v diff -u -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/faq-portlet/tcl/test/faq-portlet-procs.tcl 14 Feb 2019 16:15:01 -0000 1.4.2.1 +++ openacs-4/packages/faq-portlet/tcl/test/faq-portlet-procs.tcl 19 Aug 2019 07:00:18 -0000 1.4.2.2 @@ -116,7 +116,7 @@ array set user_info [twt::user::create -admin] twt::user::login $user_info(email) $user_info(password) - # Creat a new faq + # Create a new faq set faq_name [ad_generate_random_string] faq_portlet::twt::new $faq_name @@ -141,7 +141,7 @@ array set user_info [twt::user::create -admin] twt::user::login $user_info(email) $user_info(password) - # Creat a new faq + # Create a new faq set faq_name [ad_generate_random_string] faq_portlet::twt::new $faq_name @@ -167,7 +167,7 @@ array set user_info [twt::user::create -admin] twt::user::login $user_info(email) $user_info(password) - # Creat a new faq + # Create a new faq set faq_name [ad_generate_random_string] faq_portlet::twt::new $faq_name