]> git.e2factory.org Git - e2factory.git/commitdiff
files: fix typo
authorTobias Ulmer <tu@emlix.com>
Mon, 10 Oct 2016 15:51:59 +0000 (17:51 +0200)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:41:18 +0000 (15:41 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
plugins/files.lua

index 8fa1e297efed2c369708a60715ebb0fe9692bd85..bb904629e108e407efa8570fdef9b5bae4db6f09 100644 (file)
@@ -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.