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

[vidalia-svn] r2486: Typo. (in vidalia/trunk: . src/util)



Author: edmanm
Date: 2008-04-05 10:43:08 -0400 (Sat, 05 Apr 2008)
New Revision: 2486

Modified:
   vidalia/trunk/
   vidalia/trunk/src/util/stringutil.cpp
   vidalia/trunk/src/util/stringutil.h
Log:
 r316@lysithea:  edmanm | 2008-04-05 10:43:06 -0400
 Typo.



Property changes on: vidalia/trunk
___________________________________________________________________
 svk:merge ticket from /local/vidalia/trunk [r316] on 90112fd6-a33b-4cea-8d39-48ff1d78625c

Modified: vidalia/trunk/src/util/stringutil.cpp
===================================================================
--- vidalia/trunk/src/util/stringutil.cpp	2008-04-05 04:09:23 UTC (rev 2485)
+++ vidalia/trunk/src/util/stringutil.cpp	2008-04-05 14:43:08 UTC (rev 2486)
@@ -223,7 +223,7 @@
 }
 
 /** Parses a series of command line arguments from <b>str</b>. If <b>str</b>
- * was unable to be parse, <b>ok</b> is set to false. */
+ * was unable to be parsed, <b>ok</b> is set to false. */
 QStringList
 string_parse_arguments(const QString &str, bool *ok)
 {

Modified: vidalia/trunk/src/util/stringutil.h
===================================================================
--- vidalia/trunk/src/util/stringutil.h	2008-04-05 04:09:23 UTC (rev 2485)
+++ vidalia/trunk/src/util/stringutil.h	2008-04-05 14:43:08 UTC (rev 2486)
@@ -61,7 +61,7 @@
 QHash<QString,QString> string_parse_keyvals(const QString &str, bool *ok = 0);
 
 /** Parses a series of command line arguments from <b>str</b>. If <b>str</b>
- * was unable to be parse, <b>ok</b> is set to false. */
+ * was unable to be parsed, <b>ok</b> is set to false. */
 QStringList string_parse_arguments(const QString &str, bool *ok = 0);
 
 /** Formats the list of command line arguments in <b>args</b> as a string.