From: Gordon Hecker Date: Fri, 18 Dec 2009 09:50:38 +0000 (+0100) Subject: luadoc: correct a typo X-Git-Tag: e2factory-2.3.4pre1~76 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=fd0a71b0a824a9c872be4d65d9ac1de9b3bdfab6;p=e2factory.git luadoc: correct a typo Signed-off-by: Gordon Hecker --- diff --git a/generic/e2lib.lua b/generic/e2lib.lua index b4d1f2b..eee567d 100644 --- a/generic/e2lib.lua +++ b/generic/e2lib.lua @@ -1692,8 +1692,8 @@ function e2lib.isfile(path) return true end ---- check if path is a file --- @param dir string: path +--- calculate sha1sum for a file +-- @param path string: path -- @return bool function e2lib.sha1sum(path) local args = string.format("'%s'", path)