wslua_gui.c: Fix typo in TextWindow_new docs

This commit is contained in:
Moshe Kaplan 2023-09-12 04:13:30 +00:00
parent 53ec634ac2
commit 852ef4871c
1 changed files with 1 additions and 1 deletions

View File

@ -692,7 +692,7 @@ WSLUA_CONSTRUCTOR TextWindow_new(lua_State* L) { /*
end
end)
-- print "closing" to stdout when the user closes the text windw
-- print "closing" to stdout when the user closes the text window
win:set_atclose(function() print("closing") end)
----