summaryrefslogtreecommitdiff
path: root/doc/fst_api.txt
diff options
context:
space:
mode:
authorrubenwardy <rubenwardy@gmail.com>2014-08-22 18:34:16 +0100
committersapier <Sapier at GMX dot net>2014-08-22 20:55:01 +0200
commit944ffe9e532a3b2be686ef28c33313148760b1c9 (patch)
treea105471bcebe335e24257fa0490f6f08ee56ec5c /doc/fst_api.txt
parent7993696fc4b59354974059e1f8d6b3063d316411 (diff)
downloadminetest-944ffe9e532a3b2be686ef28c33313148760b1c9.tar.gz
minetest-944ffe9e532a3b2be686ef28c33313148760b1c9.tar.bz2
minetest-944ffe9e532a3b2be686ef28c33313148760b1c9.zip
Correct spelling mistakes in documentation
Diffstat (limited to 'doc/fst_api.txt')
-rw-r--r--doc/fst_api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fst_api.txt b/doc/fst_api.txt
index 54f2d07a6..c8bcb1e91 100644
--- a/doc/fst_api.txt
+++ b/doc/fst_api.txt
@@ -62,7 +62,7 @@ methods:
on_change = function(type,old_tab,new_tab) -- called on tab chang, type is "ENTER" or "LEAVE"
}
- set_autosave_tab(value)
- ^ tell tabview to automaticaly save current tabname as "tabview_name"_LAST
+ ^ tell tabview to automatically save current tabname as "tabview_name"_LAST
^ value: true/false
- set_tab(name)
^ set's tab to tab named "name", returns true/false on success
@@ -160,7 +160,7 @@ Skeleton for any component:
{
name = "some id", -- unique id
type = "toplevel", -- type of component
- -- toplevel: componant can be show without additional components
+ -- toplevel: component can be show without additional components
-- addon: component is an addon to be shown along toplevel component
hide = function(this) end, -- called to hide the component
show = function(this) end, -- called to show the component