From 84ae186126ecc0e0fb090711e379cfb361ebba99 Mon Sep 17 00:00:00 2001 From: cora Date: Tue, 5 Sep 2023 19:50:13 +0200 Subject: Fix typo in on_spawn_particle documentation --- doc/client_lua_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3