plugins/mod_admin_adhoc.lua
changeset 8731 41c959c5c84b
parent 8195 4354f556c5db
child 8772 e809074cdc09
--- 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:" };
 };