Index: openacs-4/packages/faq/tcl/test/faq-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/tcl/test/faq-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/faq/tcl/test/faq-procs.tcl 7 Aug 2017 23:48:10 -0000 1.3 +++ openacs-4/packages/faq/tcl/test/faq-procs.tcl 27 Mar 2018 15:54:14 -0000 1.4 @@ -52,7 +52,7 @@ aa_register_case -cats {web smoke} -libraries tclwebtest tclwebtest_edit_one_faq { - A simple test case to faq package : Test edit Faq - Fisrt Scenario. + A simple test case to faq package : Test edit Faq - First Scenario. } { aa_run_with_teardown -test_code { @@ -324,7 +324,7 @@ # Swap with next Question_Answer set response [faq::twt::swap_with_next_Q_A $faq_name] - aa_display_result -response $response -explanation {Webtest for swaping a question with a next in a Faq} + aa_display_result -response $response -explanation {Webtest for swapping a question with a next in a Faq} twt::user::logout }