Fix typo.
authorDavid Given <dg@cowlark.com>
Sat, 3 Sep 2016 20:32:59 +0000 (22:32 +0200)
committerDavid Given <dg@cowlark.com>
Sat, 3 Sep 2016 20:32:59 +0000 (22:32 +0200)
--HG--
branch : default-branch

first/ackbuilder.lua

index 282e6f1..274ef11 100644 (file)
@@ -453,7 +453,7 @@ loadtarget = function(targetname)
                target = targets[targetname]
                if not target then
                        error(string.format("build file '%s' contains no target '%s'",
-                               filename, targetpart))
+                               filepart, targetpart))
                end
        end