spelling: Fix test/* issues.

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
This commit is contained in:
Mario Trangoni 2022-12-30 16:40:51 +01:00
parent 1f48b26107
commit 2749070376
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ function log(req, resp)
logfile:flush();
end
-- Loging already done here
-- Logging already done here
return false;
end

View File

@ -48,7 +48,7 @@ The following features are available:
);
]])
-- Add colums to table created with older version
-- Add columns to table created with older version
db:exec("ALTER TABLE requests ADD COLUMN civetwebversion;")
db:exec("ALTER TABLE requests ADD COLUMN luaversion;")
db:exec("ALTER TABLE requests ADD COLUMN aux;")

View File

@ -64,7 +64,7 @@ if db then
);
]])
-- Add colums to table created with older version
-- Add columns to table created with older version
db:exec("ALTER TABLE requests ADD COLUMN civetwebversion;")
db:exec("ALTER TABLE requests ADD COLUMN luaversion;")
db:exec("ALTER TABLE requests ADD COLUMN aux;")