Diff

plugins/mod_admin_adhoc.lua @ 8728:41c959c5c84b

Fix spelling throughout the codebase [codespell]
author Kim Alvefur <zash@zash.se>
date Sun, 04 Feb 2018 01:51:25 +0100
parent 8192:4354f556c5db
child 8769:e809074cdc09
line wrap: on
line diff
--- a/plugins/mod_admin_adhoc.lua	Thu Apr 05 19:37:32 2018 +0200
+++ b/plugins/mod_admin_adhoc.lua	Sun Feb 04 01:51:25 2018 +0100
@@ -369,7 +369,7 @@
 
 	{ name = "FORM_TYPE", type = "hidden", value = "http://prosody.im/protocol/s2s#list" };
 	{ name = "sessions", type = "text-multi", label = "Connections:" };
-	{ name = "num_in", type = "text-single", label = "#incomming connections:" };
+	{ name = "num_in", type = "text-single", label = "#incoming connections:" };
 	{ name = "num_out", type = "text-single", label = "#outgoing connections:" };
 };