Index: openacs-4/packages/xowf/tcl/xowf-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-procs.tcl,v diff -u -N -r1.28 -r1.28.2.1 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 20 Jan 2019 20:44:07 -0000 1.28 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 10 Mar 2019 21:55:22 -0000 1.28.2.1 @@ -688,7 +688,7 @@ Context instproc as_graph {{-current_state ""} {-visited ""} {-dpi 96} {-style "width:100%"}} { 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 ""} {return "Program 'dot' is not available! No graph displayed."} set obj_id [namespace tail ${:object}]