Fix typo in comment
authorJack Allnutt <jack@allnutt.eu>
Thu, 12 Jun 2014 15:34:43 +0000 (16:34 +0100)
committerJack Allnutt <jack@allnutt.eu>
Thu, 12 Jun 2014 15:34:43 +0000 (16:34 +0100)
server/irc/connection.js

index c72858e956e27990476fc3608a113a4b421eabce..4d582eae387bb85ab211c80d508e2edd4d8e55f1 100644 (file)
@@ -20,7 +20,7 @@ var version_values = process.version.substr(1).split('.').map(function (item) {
     return parseInt(item, 10);
 });
 
-// If we have a suitable Nodejs version, bring int he socks functionality
+// If we have a suitable Nodejs version, bring in the SOCKS functionality
 if (version_values[1] >= 10) {
     Socks = require('socksjs');
 }