Fix various spelling mistakes (mostly in luasocket)

Thanks to Alexandre Detiste for reporting them
This commit is contained in:
Bart van Strien
2016-12-21 09:54:37 +01:00
parent 93d43c58a8
commit 77949030e2
6 changed files with 8 additions and 8 deletions
@@ -222,7 +222,7 @@ local function adjust_headers(mesgt)
lower["date"] = lower["date"] or
os.date("!%a, %d %b %Y %H:%M:%S ") .. (mesgt.zone or ZONE)
lower["x-mailer"] = lower["x-mailer"] or socket._VERSION
-- this can't be overriden
-- this can't be overridden
lower["mime-version"] = "1.0"
return lower
end