From f234f1189c4fca39b229c1d7fd09f28d82b5b6a2 Mon Sep 17 00:00:00 2001 From: hisham Date: Sat, 25 Apr 2009 23:10:36 +0000 Subject: doc fix git-svn-id: http://luarocks.org/svn/luarocks/trunk@16 9ca3f7c1-7366-0410-b1a3-b5c78f85698c --- src/luarocks/dir.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/luarocks/dir.lua b/src/luarocks/dir.lua index 38bb49d2..b8f6bbd3 100644 --- a/src/luarocks/dir.lua +++ b/src/luarocks/dir.lua @@ -50,7 +50,7 @@ end -- URLs should be in the "protocol://path" format. -- For local pathnames, "file" is returned as the protocol. -- @param url string: an URL or a local pathname. --- @return string, string: the protocol, and the absolute pathname without the protocol. +-- @return string, string: the protocol, and the pathname without the protocol. function split_url(url) assert(type(url) == "string") -- cgit v1.2.3-55-g6feb