fixed spelling mistakes
[geeqie.git] / src / lua.c
index f8603d8..582fcd7 100644 (file)
--- a/src/lua.c
+++ b/src/lua.c
@@ -212,7 +212,7 @@ static int lua_exif_get_datum(lua_State *L)
 void lua_init(void)
 {
        L = luaL_newstate();
-       luaL_openlibs(L); /* Open all libraries for lua programms */
+       luaL_openlibs(L); /* Open all libraries for lua programs */
 
        /* Now create custom methodes to do something */
        static const luaL_Reg meta_methods[] = {