From fd0a71b0a824a9c872be4d65d9ac1de9b3bdfab6 Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Fri, 18 Dec 2009 10:50:38 +0100 Subject: [PATCH] luadoc: correct a typo Signed-off-by: Gordon Hecker --- generic/e2lib.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5