summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2017-09-23 14:53:26 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2017-09-24 14:37:34 (GMT)
commitd2d244a9ea2e47effb95abd622981a49954be338 (patch)
tree3be391f22d1ad733592cd6a25c0162ef05d1ee6e /tools
parent762b015a514a8aac3b765fce48d0a829580ab179 (diff)
downloadmxe-d2d244a9ea2e47effb95abd622981a49954be338.zip
mxe-d2d244a9ea2e47effb95abd622981a49954be338.tar.gz
mxe-d2d244a9ea2e47effb95abd622981a49954be338.tar.bz2
fix typos found by misspell tool
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build-pkg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build-pkg.lua b/tools/build-pkg.lua
index e898727..5eb0798 100755
--- a/tools/build-pkg.lua
+++ b/tools/build-pkg.lua
@@ -299,7 +299,7 @@ end
-- return items ordered in build order
-- this means, if item depends on item2, then
--- item2 preceeds item1 in the list
+-- item2 precedes item1 in the list
local function sortForBuild(items, item2deps)
local n = #items
local item2followers = transpose(item2deps)