From f62458f2f84832a8079b5389dc5fbc764e38b462 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Mon, 10 Oct 2016 17:51:59 +0200 Subject: [PATCH] files: fix typo Signed-off-by: Tobias Ulmer --- plugins/files.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/files.lua b/plugins/files.lua index 8fa1e29..bb90462 100644 --- a/plugins/files.lua +++ b/plugins/files.lua @@ -412,7 +412,7 @@ local function gen_dest_dir_name(buildpath, sourcename, copypath, location, destdir = destination destname = e2lib.basename(location) else - -- '.' and '..' or not path components as such, but refer + -- '.' and '..' are not path components as such, but refer -- to the current and previous directory instead. -- Fixup path by appending a harmless slash, to simplify -- the logic below. -- 2.39.5