[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2021: Fix a comment typo. (in trunk: . src/gui/config)



Author: edmanm
Date: 2007-10-12 23:28:32 -0400 (Fri, 12 Oct 2007)
New Revision: 2021

Modified:
   trunk/
   trunk/src/gui/config/networkpage.cpp
   trunk/src/gui/config/networkpage.h
Log:
 r2105@lysithea:  edmanm | 2007-10-12 23:28:29 -0400
 Fix a comment typo.



Property changes on: trunk
___________________________________________________________________
 svk:merge ticket from /local/vidalia/trunk [r2105] on dc66be73-d13e-47ba-a267-8dc7cda68c65

Modified: trunk/src/gui/config/networkpage.cpp
===================================================================
--- trunk/src/gui/config/networkpage.cpp	2007-10-13 03:18:24 UTC (rev 2020)
+++ trunk/src/gui/config/networkpage.cpp	2007-10-13 03:28:32 UTC (rev 2021)
@@ -94,7 +94,7 @@
  * normalized identifier in <b>out</b>. The normalized identifier will have
  * all spaces removed from the fingerprint portion (if any) and all
  * hexadecimal characters converted to uppercase. Returns true if
- * <b>bridge</b> is a valid bridge indentifier, false otherwise. */
+ * <b>bridge</b> is a valid bridge identifier, false otherwise. */
 bool
 NetworkPage::validateBridge(const QString &bridge, QString *out)
 {

Modified: trunk/src/gui/config/networkpage.h
===================================================================
--- trunk/src/gui/config/networkpage.h	2007-10-13 03:18:24 UTC (rev 2020)
+++ trunk/src/gui/config/networkpage.h	2007-10-13 03:28:32 UTC (rev 2021)
@@ -77,7 +77,7 @@
    * normalized identifier in <b>out</b>. The normalized identifier will have
    * all spaces removed from the fingerprint portion (if any) and all
    * hexadecimal characters converted to uppercase. Returns true if
-   * <b>bridge</b> is a valid bridge indentifier, false otherwise. */
+   * <b>bridge</b> is a valid bridge identifier, false otherwise. */
   bool validateBridge(const QString &bridge, QString *out);
 
   /** Qt Designer generated object */