Index: trunk/php/luasandbox/luasandbox.c |
— | — | @@ -1006,7 +1006,7 @@ |
1007 | 1007 | * resource type being used as an argument. Lua errors will result in a |
1008 | 1008 | * LuaSandboxError exception being thrown. |
1009 | 1009 | * |
1010 | | - * Lua functions inherently return an list of results. So on success, this |
| 1010 | + * Lua functions inherently return a list of results. So on success, this |
1011 | 1011 | * function returns an array containing all of the values returned by Lua, |
1012 | 1012 | * with integer keys starting from zero. Lua may return no results, in which |
1013 | 1013 | * case an empty array is returned. |