diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-06-27 10:44:19 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-06-27 10:44:19 +0300 |
commit | bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3 (patch) | |
tree | ec38b50c99765caed67aaf23db308b17cc407d5f /test/lua/telescope.lua | |
parent | 146886df6d250a376b92d1bb615cb93679a7d6e8 (diff) | |
download | rspamd-bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3.tar.gz rspamd-bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3.zip |
[Minor] Massive spelling correction
by a bot https://github.com/ka7/misspell_fixer
Diffstat (limited to 'test/lua/telescope.lua')
-rw-r--r-- | test/lua/telescope.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lua/telescope.lua b/test/lua/telescope.lua index 098f879ea..e2d9e65fd 100644 --- a/test/lua/telescope.lua +++ b/test/lua/telescope.lua @@ -39,7 +39,7 @@ local setfenv = _G.setfenv or compat_env.setfenv local _VERSION = "0.6.0" ---- The status codes that can be returned by an invoked test. These should not be overidden. +--- The status codes that can be returned by an invoked test. These should not be overridden. -- @name status_codes -- @class table -- @field err - This is returned when an invoked test results in an error @@ -58,7 +58,7 @@ local status_codes = { } --- Labels used to show the various <tt>status_codes</tt> as a single character. --- These can be overidden if you wish. +-- These can be overridden if you wish. -- @name status_labels -- @class table -- @see status_codes |