Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/js/_enqueues/vendor/plupload/moxie.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ define('moxie/core/utils/Basic', [], function() {
};

/**
Recieve an array of functions (usually async) to call in sequence, each function
Receive an array of functions (usually async) to call in sequence, each function
receives a callback as first argument that it should call, when it completes. Finally,
after everything is complete, main callback is called. Passing truthy value to the
callback as a first argument will interrupt the sequence and invoke main callback
Expand Down Expand Up @@ -259,7 +259,7 @@ define('moxie/core/utils/Basic', [], function() {


/**
Recieve an array of functions (usually async) to call in parallel, each function
Receive an array of functions (usually async) to call in parallel, each function
receives a callback as first argument that it should call, when it completes. After
everything is complete, main callback is called. Passing truthy value to the
callback as a first argument will interrupt the process and invoke main callback
Expand Down
Loading