[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2046: Fix a comment typo. (in trunk: . src/gui/config)
Author: edmanm
Date: 2007-10-20 18:37:37 -0400 (Sat, 20 Oct 2007)
New Revision: 2046
Modified:
trunk/
trunk/src/gui/config/networkpage.cpp
trunk/src/gui/config/networkpage.h
Log:
r2152@lysithea: edmanm | 2007-10-20 18:28:42 -0400
Fix a comment typo.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2152] on dc66be73-d13e-47ba-a267-8dc7cda68c65
Modified: trunk/src/gui/config/networkpage.cpp
===================================================================
--- trunk/src/gui/config/networkpage.cpp 2007-10-20 22:37:26 UTC (rev 2045)
+++ trunk/src/gui/config/networkpage.cpp 2007-10-20 22:37:37 UTC (rev 2046)
@@ -72,7 +72,7 @@
/** Applies the network configuration settings to Tor. Returns true if the *
* settings were applied successfully. Otherwise, <b>errmsg</b> is set and *
- * false is return. */
+ * false is returned. */
bool
NetworkPage::apply(QString &errmsg)
{
Modified: trunk/src/gui/config/networkpage.h
===================================================================
--- trunk/src/gui/config/networkpage.h 2007-10-20 22:37:26 UTC (rev 2045)
+++ trunk/src/gui/config/networkpage.h 2007-10-20 22:37:37 UTC (rev 2046)
@@ -50,7 +50,7 @@
/** Applies the network configuration settings to Tor. Returns true if the
* settings were applied successfully. Otherwise, <b>errmsg</b> is set and
- * false is return. */
+ * false is returned. */
bool apply(QString &errmsg);
/** Reverts the server configuration settings to their values at the last
* time they were successfully applied to Tor. */