Title: [136118] trunk/Source/WebKit/chromium
Revision
136118
Author
[email protected]
Date
2012-11-29 03:05:32 -0800 (Thu, 29 Nov 2012)

Log Message

Fix typo in description of openDateTimeChooser documentation
https://bugs.webkit.org/show_bug.cgi?id=103622

Patch by Miguel Garcia <[email protected]> on 2012-11-29
Reviewed by Kent Tamura.

* public/WebViewClient.h:
(WebViewClient):

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (136117 => 136118)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-11-29 11:03:35 UTC (rev 136117)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-11-29 11:05:32 UTC (rev 136118)
@@ -1,3 +1,14 @@
+2012-11-29  Miguel Garcia  <[email protected]>
+
+        Fix typo in description of openDateTimeChooser documentation
+        https://bugs.webkit.org/show_bug.cgi?id=103622
+
+        Reviewed by Kent Tamura.
+
+
+        * public/WebViewClient.h:
+        (WebViewClient):
+
 2012-11-28  Robert Kroeger  <[email protected]>
 
         remove unused PlatformGestureCurve code

Modified: trunk/Source/WebKit/chromium/public/WebViewClient.h (136117 => 136118)


--- trunk/Source/WebKit/chromium/public/WebViewClient.h	2012-11-29 11:03:35 UTC (rev 136117)
+++ trunk/Source/WebKit/chromium/public/WebViewClient.h	2012-11-29 11:05:32 UTC (rev 136118)
@@ -225,7 +225,7 @@
                                 WebFileChooserCompletion*) { return false; }
 
     // Ask users to choose date/time for the specified parameters. When a user
-    // chooses a value, an implemenattion of this function should call
+    // chooses a value, an implementation of this function should call
     // WebDateTimeChooserCompletion::didChooseValue or didCancelChooser. If the
     // implementation opened date/time chooser UI successfully, it should return
     // true. This function is used only if ExternalDateTimeChooser is used.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to