about summary refs log tree commit diff stats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 5fcf892..e646531 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -35,7 +35,7 @@ project("Pong")
         trigger = "check_deps",
         description = "Check if you have all the dependencies installed.",
         execute = function()
-            io.write("Pkg-config: ")
+            io.write("Pkgconf: ")
             io.flush()
             Pkgconf_Result = os.executef("which pkgconf")
             AllGood = true