Index: openacs-4/packages/diagram/tcl/diagram-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/diagram/tcl/diagram-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/diagram/tcl/diagram-procs.tcl 10 Jan 2006 07:34:17 -0000 1.1 +++ openacs-4/packages/diagram/tcl/diagram-procs.tcl 23 Mar 2018 23:53:01 -0000 1.2 @@ -112,7 +112,7 @@ See template::diagram::element::create for details. @param template The template to use for the rendering. Currently there is support only for Javascript based diagrams. They have been tested for firefox, IE, Opera, safari and camino. Other ways to generated the diagrams can be integrated by writing your own templates and for instance using GNUPlot. - The current templates availabe are: "curve", "pie" and "cockpit" + The current templates available are: "curve", "pie" and "cockpit" @see template::diagram::element::create @author Nima Mazloumi (nima.mazloumi@gmx.de) @@ -794,4 +794,4 @@ template::adp_append_string \ "\[template::diagram::element::render -diagram_name \${diagram_properties(name)} -element_name $element_name\]" -} \ No newline at end of file +}