LP#1502152: (follow-up) fix a typo
authorGalen Charlton <gmc@esilibrary.com>
Wed, 4 Nov 2015 21:51:02 +0000 (21:51 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 4 Nov 2015 21:56:16 +0000 (21:56 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/support-scripts/marc_export.in

index ef841e1..5b5ff9c 100755 (executable)
@@ -451,7 +451,7 @@ sub next {
                                                        $Marque::config->option_value('format'));
                 };
                 if ($@) {
-                    warn("Error in bibliograpic record " . $r->id() . ": $@");
+                    warn("Error in bibliographic record " . $r->id() . ": $@");
                     import MARC::File::XML; # Reset SAX Parser.
                     return $self->next();
                 }
@@ -527,7 +527,7 @@ sub next {
                 $output =~ s/^<\?.+?\?>$//mo;
             };
             if ($@) {
-                warn("Error in bibliograpic record " . $r->id() . ": $@");
+                warn("Error in bibliographic record " . $r->id() . ": $@");
                 return $self->next();
             }
         } else {
@@ -540,7 +540,7 @@ sub next {
                 $output = $marc->as_usmarc;
             };
             if ($@) {
-                warn("Error in bibliograpic record " . $r->id() . ": $@");
+                warn("Error in bibliographic record " . $r->id() . ": $@");
                 return $self->next();
             }
         }