From 9bb41928fae0d392635004dc698b5db54bb2a65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Thu, 24 Jan 2019 10:43:27 +0100 Subject: [PATCH] Fix spelling mistake --- src/project.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project.lua b/src/project.lua index 2ccbf08..9f0d776 100644 --- a/src/project.lua +++ b/src/project.lua @@ -138,7 +138,7 @@ end --- Excludes files from the LÖVE file. -- @todo This function should be able to parse and use CVS files such as -- gitignore. It should also work on the file tree rather than on the file list. --- For now it works on the file list and only exludes the release directory if +-- For now it works on the file list and only excludes the release directory if -- it is within the project directory. function Project:excludeFiles() local dir, rm_dir = self.releaseDirectory:gsub(