From 94addd5a56b91c708722c633ee9659d6290d8839 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Thu, 13 Dec 2012 19:24:04 +0100 Subject: [PATCH] Fix typos Signed-off-by: Tobias Ulmer --- generic/e2lib.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/e2lib.lua b/generic/e2lib.lua index 4d80617..277a26f 100644 --- a/generic/e2lib.lua +++ b/generic/e2lib.lua @@ -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) -- 2.39.5