From: Galen Charlton Date: Fri, 7 Jul 2017 20:03:54 +0000 (-0400) Subject: typo fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2fd1518c7d16729bd6123476373ec05c96227d86;p=working%2FEvergreen.git typo fix Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/web/js/ui/default/staff/serials/directives/prediction_wizard.js b/Open-ILS/web/js/ui/default/staff/serials/directives/prediction_wizard.js index ff6002b28e..535f41a6fd 100644 --- a/Open-ILS/web/js/ui/default/staff/serials/directives/prediction_wizard.js +++ b/Open-ILS/web/js/ui/default/staff/serials/directives/prediction_wizard.js @@ -23,7 +23,7 @@ function($scope , $q , egSerialsCoreSvc , egCore , egGridDataProvider) { $scope.True = true; $scope.False = false; - // class for MARC21 serial predication pattern + // class for MARC21 serial prediction pattern // TODO move elsewhere function PredictionPattern(patternCode) { var self = this;