From 2800ff0660922803bf432ca24fcc6fc69ba1e9c0 Mon Sep 17 00:00:00 2001
From: Pinky Snow <thepinkysnowman@gmail.com>
Date: Fri, 8 Jan 2016 20:31:53 -0500
Subject: [PATCH] fixed spelling

Fixed spelling mistake!
---
 doc/lua_api.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
-- 
GitLab