From 2fd1518c7d16729bd6123476373ec05c96227d86 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 7 Jul 2017 16:03:54 -0400 Subject: [PATCH] typo fix Signed-off-by: Galen Charlton --- .../web/js/ui/default/staff/serials/directives/prediction_wizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0