Changeset

7919:251bf68922d9

util.pposix: Fix typo in comment
author Kim Alvefur <zash@zash.se>
date Sun, 26 Feb 2017 20:31:08 +0100
parents 7918:12e5a54907b6
children 7920:1db51061342b
files util-src/pposix.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;