diff options
author | Dave Chu <60956180+dnchu@users.noreply.github.com> | 2020-03-25 03:44:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 11:44:20 +0100 |
commit | f7c7353a9a9446a2fb6b3b0cb24deec0851d7291 (patch) | |
tree | fe10b1b287913e2d19b829474e2373357013688a /doc | |
parent | f3032a637c53f3c98fbbed1d3b691898aabe1687 (diff) | |
download | minetest-f7c7353a9a9446a2fb6b3b0cb24deec0851d7291.tar.gz minetest-f7c7353a9a9446a2fb6b3b0cb24deec0851d7291.tar.bz2 minetest-f7c7353a9a9446a2fb6b3b0cb24deec0851d7291.zip |
Fix small typos in lua_api.txt (#9546)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 4 |
1 files 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 |