[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r4060: .oO( Whenever I get around to writing a dissertation, I shou (vidalia/trunk/src/torcontrol)
Author: edmanm
Date: 2009-08-19 23:41:13 -0400 (Wed, 19 Aug 2009)
New Revision: 4060
Modified:
vidalia/trunk/src/torcontrol/TorControl.h
vidalia/trunk/src/torcontrol/TorEvents.h
Log:
.oO( Whenever I get around to writing a dissertation, I should sneak
it into Doxygen comments and commit them so I can trick arma into
proofreading it for me. :)
Modified: vidalia/trunk/src/torcontrol/TorControl.h
===================================================================
--- vidalia/trunk/src/torcontrol/TorControl.h 2009-08-20 01:03:42 UTC (rev 4059)
+++ vidalia/trunk/src/torcontrol/TorControl.h 2009-08-20 03:41:13 UTC (rev 4060)
@@ -297,7 +297,7 @@
*/
void socksError(tc::SocksError type, const QString &destination);
- /** Emitted when Tor decides the clients external IP address has changed
+ /** Emitted when Tor decides the client's external IP address has changed
* to <b>ip</b>. If <b>hostname</b> is non-empty, Tor obtained the new
* value for <b>ip</b> by resolving <b>hostname</b>.
*/
Modified: vidalia/trunk/src/torcontrol/TorEvents.h
===================================================================
--- vidalia/trunk/src/torcontrol/TorEvents.h 2009-08-20 01:03:42 UTC (rev 4059)
+++ vidalia/trunk/src/torcontrol/TorEvents.h 2009-08-20 03:41:13 UTC (rev 4060)
@@ -144,7 +144,7 @@
*/
void bug(const QString &reason);
- /** Emitted when Tor decides the clients external IP address has changed
+ /** Emitted when Tor decides the client's external IP address has changed
* to <b>ip</b>. If <b>hostname</b> is non-empty, Tor obtained the new
* value for <b>ip</b> by resolving <b>hostname</b>.
*/