From f7c7353a9a9446a2fb6b3b0cb24deec0851d7291 Mon Sep 17 00:00:00 2001 From: Dave Chu <60956180+dnchu@users.noreply.github.com> Date: Wed, 25 Mar 2020 03:44:20 -0700 Subject: [PATCH] Fix small typos in lua_api.txt (#9546) --- doc/lua_api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 334bd01a0..b67f70631 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -4460,8 +4460,8 @@ Authentication * `minetest.auth_reload()` * See `reload()` in authentication handler definition -`minetest.set_player_password`, `minetest_set_player_privs`, -`minetest_get_player_privs` and `minetest.auth_reload` call the authentication +`minetest.set_player_password`, `minetest.set_player_privs`, +`minetest.get_player_privs` and `minetest.auth_reload` call the authentication handler. Chat