Index: openacs-4/packages/acs-subsite/www/admin/rel-types/delete-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/rel-types/delete-2.tcl,v diff -u -r1.5.2.5 -r1.5.2.6 --- openacs-4/packages/acs-subsite/www/admin/rel-types/delete-2.tcl 21 Apr 2017 16:23:53 -0000 1.5.2.5 +++ openacs-4/packages/acs-subsite/www/admin/rel-types/delete-2.tcl 22 Apr 2017 18:28:25 -0000 1.5.2.6 @@ -51,7 +51,7 @@ ad_return_error "Error deleting relationship type" "We got the following error trying to delete this relationship type:
$errmsg
" ad_script_abort } - # If we successfuly dropped the relationship type, drop the table. + # If we successfully dropped the relationship type, drop the table. # Note that we do this outside the transaction as it commits all # transactions anyway if { [db_table_exists $table_name] } {