diff --git a/build/scripts/actions/package.lua b/build/scripts/actions/package.lua index 3def5138c..f263f8faf 100644 --- a/build/scripts/actions/package.lua +++ b/build/scripts/actions/package.lua @@ -1,6 +1,6 @@ newoption({ trigger = "pack-libdir", - description = "Specifiy the subdirectory in lib/ to be used when packaging the project" + description = "Specifies the subdirectory in lib/ to be used when packaging the project" }) ACTION.Name = "Package"