Skip to content

Commit 8860df5

Browse files
committed
spawn/wait.lua: Fix typo in comment
1 parent c7bb009 commit 8860df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spawn/wait.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local map_err = {
1010
stopped = "stop";
1111
}
1212

13-
-- hack around lack or 'bor' function
13+
-- hack around lack of 'bor' function
1414
local function had_nohang(options)
1515
return (options%(unix.WNOHANG*2) - options%unix.WNOHANG) ~= 0
1616
end

0 commit comments

Comments
 (0)