typo fix
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 7 Jul 2017 20:03:54 +0000 (16:03 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 7 Jul 2017 20:03:54 +0000 (16:03 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/web/js/ui/default/staff/serials/directives/prediction_wizard.js

index ff6002b..535f41a 100644 (file)
@@ -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;