[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

aroben at apple.com aroben at apple.com
Sun Feb 20 22:46:46 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 75228d7fd78c219abb23d729560b0b9483c642b8
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 11 13:19:16 2011 +0000

    Fix a typo in a comment
    
    * WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75491 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 6cae0a1..78ed3a2 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-11  Adam Roben  <aroben at apple.com>
+
+        Fix a typo in a comment
+
+        * WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:
+
 2011-01-10  Sheriff Bot  <webkit.review.bot at gmail.com>
 
         Unreviewed, rolling out r75460.
diff --git a/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp b/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp
index 67fa3aa..4567f35 100644
--- a/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp
+++ b/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp
@@ -52,7 +52,7 @@ namespace WebKit {
 // 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, ...)
 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list