]> git.e2factory.org Git - e2factory.git/commitdiff
Fix typos
authorTobias Ulmer <tu@emlix.com>
Thu, 13 Dec 2012 18:24:04 +0000 (19:24 +0100)
committerTobias Ulmer <tu@emlix.com>
Tue, 26 Feb 2013 18:07:12 +0000 (19:07 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/e2lib.lua

index 4d80617ec57ee075ac768c050b5c10b47b3ea1ed..277a26fd999b1517e62c712a9e82d80420b4bc10 100644 (file)
@@ -637,7 +637,7 @@ function e2lib.finish(returncode)
 end
 
 --- Returns the "directory" part of a path
--- @param path string: a path with components seperated by slashes.
+-- @param path string: a path with components separated by slashes.
 -- @return all but the last component of the path, or "." if none could be found.
 function e2lib.dirname(path)
     assert(type(path) == "string")
@@ -651,7 +651,7 @@ function e2lib.dirname(path)
 end
 
 --- Returns the "filename" part of a path.
--- @param path string: a path with components seperated by slashes.
+-- @param path string: a path with components separated by slashes.
 -- @return returns the last (right-most) component of a path, or the path
 -- itself if no component could be found.
 function e2lib.basename(path)