diff --git a/app/js/directives/timeline.js b/app/js/directives/timeline.js index a0323f8..ba666e9 100644 --- a/app/js/directives/timeline.js +++ b/app/js/directives/timeline.js @@ -304,7 +304,7 @@ function timeline($window, $log, datasetService, progressService) { }; /** - * 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. */