[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

View File

@@ -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"