[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2034: I need a 'make spellcheck-my-comments-before-arma-notices' b (in trunk: . src/gui/config)
Author: edmanm
Date: 2007-10-15 23:07:34 -0400 (Mon, 15 Oct 2007)
New Revision: 2034
Modified:
trunk/
trunk/src/gui/config/serverpage.cpp
trunk/src/gui/config/serverpage.h
Log:
r2129@lysithea: edmanm | 2007-10-15 23:07:29 -0400
I need a 'make spellcheck-my-comments-before-arma-notices' build target.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2129] on dc66be73-d13e-47ba-a267-8dc7cda68c65
Modified: trunk/src/gui/config/serverpage.cpp
===================================================================
--- trunk/src/gui/config/serverpage.cpp 2007-10-16 03:00:00 UTC (rev 2033)
+++ trunk/src/gui/config/serverpage.cpp 2007-10-16 03:07:34 UTC (rev 2034)
@@ -117,7 +117,7 @@
}
/** Called when the user toggles any one of the server mode radio buttons
- * and hides or displays the server configuration tabs appropriatey. */
+ * and hides or displays the server configuration tabs appropriately. */
void
ServerPage::serverModeChanged(bool enabled)
{
Modified: trunk/src/gui/config/serverpage.h
===================================================================
--- trunk/src/gui/config/serverpage.h 2007-10-16 03:00:00 UTC (rev 2033)
+++ trunk/src/gui/config/serverpage.h 2007-10-16 03:07:34 UTC (rev 2034)
@@ -66,7 +66,7 @@
private slots:
/** Called when the user toggles any one of the server mode radio buttons
- * and hides or displays the server configuration tabs appropriatey. */
+ * and hides or displays the server configuration tabs appropriately. */
void serverModeChanged(bool enabled);
/** Called when the user clicks the bandwidth help button */
void bandwidthHelp();