Software /
code /
prosody
Diff
util-src/pposix.c @ 7919:251bf68922d9
util.pposix: Fix typo in comment
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 26 Feb 2017 20:31:08 +0100 |
parent | 7889:b8d694646597 |
child | 7926:b009c27818c6 |
line wrap: on
line diff
--- a/util-src/pposix.c Sat Feb 25 18:12:24 2017 +0100 +++ b/util-src/pposix.c Sun Feb 26 20:31:08 2017 +0100 @@ -615,7 +615,7 @@ return 2; } } else { - /* Unsupported resoucrce. Sorry I'm pretty limited by POSIX standard. */ + /* Unsupported resource. Sorry I'm pretty limited by POSIX standard. */ lua_pushboolean(L, 0); lua_pushstring(L, "invalid-resource"); return 2;