mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
spelling: Fix test/* issues.
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
This commit is contained in:
parent
1f48b26107
commit
2749070376
@ -44,7 +44,7 @@ function log(req, resp)
|
||||
logfile:flush();
|
||||
end
|
||||
|
||||
-- Loging already done here
|
||||
-- Logging already done here
|
||||
return false;
|
||||
end
|
||||
|
||||
|
@ -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;")
|
||||
|
@ -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;")
|
||||
|
Loading…
x
Reference in New Issue
Block a user