Bug 7356 - Fix various typos and mis-spellings
[koha.git] / C4 / Record.pm
index cecb6ed..e906850 100644 (file)
@@ -398,7 +398,7 @@ sub marcrecord2csv {
     # Getting the marcfields as an array
     my @marcfieldsarray = split('\|', $marcfieldslist);
 
-   # Separating the marcfields from the the user-supplied headers
+   # Separating the marcfields from the user-supplied headers
     my @marcfields;
     foreach (@marcfieldsarray) {
         my @result = split('=', $_);