mod_onions: Fix typo [codespell]
authorKim Alvefur <zash@zash.se>
Sun, 04 Feb 2018 16:00:13 +0100
changeset 2877 9e693d433a41
parent 2876 8f17da746479
child 2878 178b8abf8283
mod_onions: Fix typo [codespell]
mod_onions/mod_onions.lua
--- a/mod_onions/mod_onions.lua	Sun Feb 04 15:59:52 2018 +0100
+++ b/mod_onions/mod_onions.lua	Sun Feb 04 16:00:13 2018 +0100
@@ -54,7 +54,7 @@
 		return;
 	end
 
-	module:log("debug", "Succesfully connected to SOCKS5 proxy.");
+	module:log("debug", "Successfully connected to SOCKS5 proxy.");
 
 	local response = byte(data, 4);