diff -r 286a034e4d5f -r 3e2421384d7a lua.c --- 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)