changeset 2873:9e693d433a41

mod_onions: Fix typo [codespell]
author Kim Alvefur <zash@zash.se>
date Sun, 04 Feb 2018 16:00:13 +0100
parents 8f17da746479
children 178b8abf8283
files mod_onions/mod_onions.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);