* WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@75491
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-01-11 Adam Roben <aroben@apple.com>
+
+ Fix a typo in a comment
+
+ * WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:
+
2011-01-10 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r75460.
// We can't use String::format for two reasons:
// 1) It doesn't handle non-ASCII characters in the format string.
// 2) It doesn't handle the %2$d syntax.
-// Note that because |format| is used as the second paramter to va_start, it cannot be a reference
+// Note that because |format| is used as the second parameter to va_start, it cannot be a reference
// type according to section 18.7/3 of the C++ N1905 standard.
static String formatLocalizedString(String format, ...)
{