Fix spelling mistake

This commit is contained in:
Antonin Décimo
2019-01-24 10:43:27 +01:00
parent d142597ba1
commit 9bb41928fa

View File

@@ -138,7 +138,7 @@ end
--- Excludes files from the LÖVE file. --- Excludes files from the LÖVE file.
-- @todo This function should be able to parse and use CVS files such as -- @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. -- 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. -- it is within the project directory.
function Project:excludeFiles() function Project:excludeFiles()
local dir, rm_dir = self.releaseDirectory:gsub( local dir, rm_dir = self.releaseDirectory:gsub(