Index: openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl 23 Jul 2018 17:50:16 -0000 1.5 +++ openacs-4/packages/acs-tcl/tcl/test/doc-check-procs.tcl 23 Jul 2018 17:52:04 -0000 1.6 @@ -90,7 +90,7 @@ [dict get $proc_doc main]]]] if { $proc_doc_clean ne "" } { foreach typo [dict keys $typos] { - ns_log Notice "Typo check in $p: Typo: $typo Doc: $proc_doc_clean" + #ns_log Notice "Typo check in $p: Typo: $typo Doc: $proc_doc_clean" if { [string tolower $typo] in $proc_doc_clean } { incr typo_number aa_log_result fail "$p spelling error: $typo -> [dict get $typos $typo]"