diff options
author | Pinky Snow <thepinkysnowman@gmail.com> | 2016-01-08 20:31:53 -0500 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2016-01-09 02:29:07 +0000 |
commit | 2800ff0660922803bf432ca24fcc6fc69ba1e9c0 (patch) | |
tree | 3b1f449a095482695000a15fe8cdd6d79022e22d | |
parent | 9c77725653061baa9ae169a966205a4eb2f6c3fd (diff) | |
download | minetest-2800ff0660922803bf432ca24fcc6fc69ba1e9c0.tar.gz minetest-2800ff0660922803bf432ca24fcc6fc69ba1e9c0.tar.bz2 minetest-2800ff0660922803bf432ca24fcc6fc69ba1e9c0.zip |
fixed spelling
Fixed spelling mistake!
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 9088bd69d..0b3d5daa6 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1616,7 +1616,7 @@ examples. * types: `text`, `image`, `color`, `indent`, `tree` * `text`: show cell contents as text * `image`: cell contents are an image index, use column options to define images - * `colo`: cell contents are a ColorString and define color of following cell + * `color`: cell contents are a ColorString and define color of following cell * `indent`: cell contents are a number and define indentation of following cell * `tree`: same as indent, but user can open and close subtrees (treeview-like) * column options: |