Merge "Fix the misspelling of "register""

This commit is contained in:
Zuul 2019-03-27 06:51:39 +00:00 committed by Gerrit Code Review
commit 5ab7c00243
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ function chart($window) {
};
/**
* Request an animation frame from the browser, and call all regsitered
* Request an animation frame from the browser, and call all registered
* animation callbacks when it occurs. If an animation has already been
* requested but has not completed, this method will return immediately.
*/