util.pposix: Fix typo in comment
authorKim Alvefur <zash@zash.se>
Sun, 26 Feb 2017 20:31:08 +0100
changeset 7922 251bf68922d9
parent 7921 12e5a54907b6
child 7923 1db51061342b
util.pposix: Fix typo in comment
util-src/pposix.c
--- 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;