Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -r1.185 -r1.186 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 6 Nov 2009 12:26:18 -0000 1.185 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 16 Nov 2009 09:55:22 -0000 1.186 @@ -359,7 +359,7 @@ Package instproc resolve_package_path {path name_var} { # # In case, we can resolve the path against an xowiki instance, - # require the package, set the provide name of the object and + # require the package, set the provided name of the object and # return the package_id. If we cannot resolve the name, turn 0. # my upvar $name_var name @@ -381,9 +381,7 @@ return $package_id } } - } elseif {!([string match "http*//*" $path] - || [string match "ftp://*" $path] - )} { + } elseif {!([string match "http*://*" $path] || [string match "ftp://*" $path])} { return [my id] }