Index: openacs-4/packages/xotcl-core/www/show-object.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/www/show-object.tcl,v diff -u -N -r1.27.2.1 -r1.27.2.2 --- openacs-4/packages/xotcl-core/www/show-object.tcl 1 Mar 2019 10:08:07 -0000 1.27.2.1 +++ openacs-4/packages/xotcl-core/www/show-object.tcl 10 Mar 2019 21:02:31 -0000 1.27.2.2 @@ -416,7 +416,7 @@ $class_hierarchy] set dot "" catch {set dot [::util::which dot]} - # final ressort for cases, where ::util::which is not available + # final resort for cases, where ::util::which is not available if {$dot eq "" && [file executable /usr/bin/dot]} {set dot /usr/bin/dot} if {$dot eq ""} { #ns_return 404 plain/text "dot not found"