Title: [206241] trunk/Source/WebCore
Revision
206241
Author
ander...@apple.com
Date
2016-09-21 16:08:52 -0700 (Wed, 21 Sep 2016)

Log Message

Fix spelling errors (that were supposed to be part of my previous commit).

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (206240 => 206241)


--- trunk/Source/WebCore/ChangeLog	2016-09-21 22:52:42 UTC (rev 206240)
+++ trunk/Source/WebCore/ChangeLog	2016-09-21 23:08:52 UTC (rev 206241)
@@ -31,7 +31,7 @@
 
         * Modules/applepay/ApplePaySession.cpp:
         (WebCore::ApplePaySession::openPaymentSetup):
-        Perform security checks and then call into the PaymentCoordiantor. In its completion handler, we resolve the promise.
+        Perform security checks and then call into the PaymentCoordinator. In its completion handler, we resolve the promise.
 
         * Modules/applepay/ApplePaySession.h:
         Add new members.

Modified: trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp (206240 => 206241)


--- trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp	2016-09-21 22:52:42 UTC (rev 206240)
+++ trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp	2016-09-21 23:08:52 UTC (rev 206241)
@@ -776,7 +776,7 @@
     }
 
     if (!ScriptController::processingUserGesture()) {
-        window.printErrorMessage("Must call ApplePaySession.openPaymemntSetup from a user gesture handler.");
+        window.printErrorMessage("Must call ApplePaySession.openPaymentSetup from a user gesture handler.");
         ec = INVALID_ACCESS_ERR;
         return;
     }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to