aboutsummaryrefslogtreecommitdiff
path: root/test/unit/os/env.moon
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/os/env.moon')
-rw-r--r--test/unit/os/env.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/os/env.moon b/test/unit/os/env.moon
index 545c1e84db..43fd663d9a 100644
--- a/test/unit/os/env.moon
+++ b/test/unit/os/env.moon
@@ -93,7 +93,7 @@ describe 'env function', ->
pid = tonumber (stat_str\match '%d+')
eq pid, tonumber env.os_get_pid!
else
- -- /proc is not avaliable on all systems, test if pid is nonzero.
+ -- /proc is not available on all systems, test if pid is nonzero.
eq true, (env.os_get_pid! > 0)
describe 'os_get_hostname', ->