# HG changeset patch
# User Wuzzy
# Date 1461268880 -3600
# Node ID 1da68c22bb10510fe38b8044a910a76a005c1d5a
# Parent  fbdbce68efd8a0a3d5f0ed7784d4bf233c29b6fa
ConfigurationFiles: fix passwordlength

diff -r fbdbce68efd8 -r 1da68c22bb10 ConfigurationFiles.wiki
--- a/ConfigurationFiles.wiki	Thu Apr 21 20:58:25 2016 +0100
+++ b/ConfigurationFiles.wiki	Thu Apr 21 21:01:20 2016 +0100
@@ -61,7 +61,7 @@
 || *Setting* || *Type* || *Description* ||
 || nick=username || String || Username/nickname used for online play, or promt the user when first connecting if left blank ||
 || passwordhash=d41d8cd98f00b204e9800998ecf8427e || String || Hash of password used for online play ||
-|| passwordlength=0 || Integer || Lenght of unhashed password string ||
+|| passwordlength=0 || Integer || Currently unused ||
 || savepassword=true || Boolean || If true, password will be saved ||
 || ip=10.0.0.0 || String || Default IP address or hostname when connecting to a LAN server ||
 || port=46631 || Integer || Default port number when connecting to a LAN server ||