From 652ecd2404a363e82afb09951c4dbe2d370dcc0d Mon Sep 17 00:00:00 2001 From: S6066 Date: Tue, 28 Aug 2018 22:35:20 +0200 Subject: [PATCH] [Premake5: package] Fix typo in pack-libdir's description (#186) --- build/scripts/actions/package.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"