lua.c
changeset 125 3e2421384d7a
parent 123 6b753fbacd4c
child 128 8692a6fbe415
--- a/lua.c	Sun Aug 05 20:12:30 2012 +0300
+++ b/lua.c	Tue Aug 07 02:43:46 2012 +0300
@@ -1221,7 +1221,7 @@
 }
 
 /// background reading function
-/// Function, that processes output from pipe in asynchroneous way.
+/// Function, that processes output from pipe in asynchronous way.
 /// A: string (data) or nil (eof)
 /// R: boolean (false if reading should be terminated)
 static gboolean lua_bgread_callback (GIOChannel *source, GIOCondition condition, lua_bgread_callback_t *cb)