Index: openacs-4/packages/news/tcl/test/news-db-test-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/tcl/test/news-db-test-init.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/news/tcl/test/news-db-test-init.tcl 28 Sep 2018 08:42:02 -0000 1.17 +++ openacs-4/packages/news/tcl/test/news-db-test-init.tcl 20 Oct 2018 11:55:29 -0000 1.18 @@ -508,7 +508,7 @@ hierarchy. } { # - # Extract the list of all privileges and privilege heirachies. + # Extract the list of all privileges and privilege hierarchies. # set priv_list {} db_foreach get-privileges { @@ -529,7 +529,7 @@ aa_true "Check $priv privilege exists" {[lsearch $priv_list $priv] != -1} } - aa_log "Check the news privilege heirachies are correct" + aa_log "Check the news privilege hierarchies are correct" foreach priv_pair {"read,news_read" "delete,news_delete" "news_admin,news_read"