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 | |
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')
-rw-r--r-- | test/lua/telescope.lua | 4 | ||||
-rw-r--r-- | test/lua/unit/expressions.lua | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/test/lua/unit/expressions.lua b/test/lua/unit/expressions.lua index 1e5d09cb5..6072c6d02 100644 --- a/test/lua/unit/expressions.lua +++ b/test/lua/unit/expressions.lua @@ -32,7 +32,7 @@ context("Rspamd expressions", function() {'(((A))', nil}, -- Balanced braces {'(((A)))', '(A)'}, - -- Plus and comparision operators + -- Plus and comparison operators {'A + B + C + D > 2', '2 (A) (B) (C) (D) +(4) >'}, -- Plus and logic operators {'((A + B + C + D) > 2) & D', '(D) 2 (A) (B) (C) (D) +(4) > &'}, |