Index: openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl,v diff -u -r1.21 -r1.22 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 31 Jan 2003 17:01:24 -0000 1.21 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 15 Feb 2003 23:55:59 -0000 1.22 @@ -182,7 +182,7 @@ either url or node_id is required, if both are passed url is ignored The array elements are: package_id, package_key, object_type, directory_p, - instance_namem, pattern_p, parent_id, node_id, object_id, url. + instance_name, pattern_p, parent_id, node_id, object_id, url. } { if {[empty_string_p $url] && [empty_string_p $node_id]} { error "site_node::get \"must pass in either url or node_id\""