Changeset 206241 in webkit


Ignore:
Timestamp:
Sep 21, 2016 4:08:52 PM (8 years ago)
Author:
andersca@apple.com
Message:

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

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r206240 r206241  
    3232        * Modules/applepay/ApplePaySession.cpp:
    3333        (WebCore::ApplePaySession::openPaymentSetup):
    34         Perform security checks and then call into the PaymentCoordiantor. In its completion handler, we resolve the promise.
     34        Perform security checks and then call into the PaymentCoordinator. In its completion handler, we resolve the promise.
    3535
    3636        * Modules/applepay/ApplePaySession.h:
  • trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp

    r206238 r206241  
    777777
    778778    if (!ScriptController::processingUserGesture()) {
    779         window.printErrorMessage("Must call ApplePaySession.openPaymemntSetup from a user gesture handler.");
     779        window.printErrorMessage("Must call ApplePaySession.openPaymentSetup from a user gesture handler.");
    780780        ec = INVALID_ACCESS_ERR;
    781781        return;
Note: See TracChangeset for help on using the changeset viewer.