[Premake5: package] Fix typo in pack-libdir's description (#186)

This commit is contained in:
S6066 2018-08-28 22:35:20 +02:00 committed by Jérôme Leclercq
parent 109e6a89ca
commit 652ecd2404
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
newoption({ newoption({
trigger = "pack-libdir", 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" ACTION.Name = "Package"