From b95a6d8e0607155b2419e3731b8e4a050183a42c Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 21 May 2013 20:57:12 +0200 Subject: sync with Context as of 2013-05-21 --- lualibs-table.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lualibs-table.lua') diff --git a/lualibs-table.lua b/lualibs-table.lua index e57abe8..9a1b97f 100644 --- a/lualibs-table.lua +++ b/lualibs-table.lua @@ -120,7 +120,7 @@ local function sortedhash(t,cmp) if t then local s if cmp then - -- it would be nice if teh sort function would accept a third argument (or nicer, an optional first) + -- it would be nice if the sort function would accept a third argument (or nicer, an optional first) s = sortedhashkeys(t,function(a,b) return cmp(t,a,b) end) else s = sortedkeys(t) -- the robust one -- cgit v1.2.3