diff options
-rw-r--r-- | doc/client_lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/client_lua_api.txt b/doc/client_lua_api.txt index 1b279876c..b070f1c96 100644 --- a/doc/client_lua_api.txt +++ b/doc/client_lua_api.txt @@ -770,7 +770,7 @@ Call these functions only at load time! * Called when recieving a play sound command from server * Newest functions are called first * If any function returns true, the sound does not play -* `minetest.register_on_spawn_partice(function(particle definition))` +* `minetest.register_on_spawn_particle(function(particle definition))` * Called when recieving a spawn particle command from server * Newest functions are called first * If any function returns true, the particle does not spawn |