[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2147: Who needs spellcheck when you have armacheck? (in trunk: . src/geoip)
Author: edmanm
Date: 2007-11-30 22:55:42 -0500 (Fri, 30 Nov 2007)
New Revision: 2147
Modified:
trunk/
trunk/src/geoip/geoipresolver.cpp
Log:
r2175@lysithea: edmanm | 2007-11-30 22:55:36 -0500
Who needs spellcheck when you have armacheck?
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2175] on 0108964c-5b0b-4c9e-969f-e2288315d100
Modified: trunk/src/geoip/geoipresolver.cpp
===================================================================
--- trunk/src/geoip/geoipresolver.cpp 2007-12-01 02:47:42 UTC (rev 2146)
+++ trunk/src/geoip/geoipresolver.cpp 2007-12-01 03:55:42 UTC (rev 2147)
@@ -203,7 +203,7 @@
return -1;
}
- /* Create a socket used ot request the geo ip information. */
+ /* Create a socket used to request the geo ip information. */
TorSocket *socket = new TorSocket(_socksAddr, _socksPort);
connect(socket, SIGNAL(connectedToHost()), this, SLOT(connected()),
Qt::QueuedConnection);