]> git.e2factory.org Git - e2factory.git/commitdiff
luadoc: correct a typo
authorGordon Hecker <gh@emlix.com>
Fri, 18 Dec 2009 09:50:38 +0000 (10:50 +0100)
committerGordon Hecker <gh@emlix.com>
Wed, 13 Jan 2010 13:29:25 +0000 (14:29 +0100)
Signed-off-by: Gordon Hecker <gh@emlix.com>
generic/e2lib.lua

index b4d1f2b18ea8bcb02807a06adf8b6b8cecd57ab4..eee567d6e1f3c5207811a514e87ed66ec3a73d7b 100644 (file)
@@ -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)