Bug 10671: Update Cataloging Help
[koha.git] / circ / returns.pl
index 3a235e9..93f36f2 100755 (executable)
@@ -225,7 +225,7 @@ if ($barcode) {
     # fix up item type for display
     $biblio->{'itemtype'} = C4::Context->preference('item-level_itypes') ? $biblio->{'itype'} : $biblio->{'itemtype'};
 
-    # Check if we should display a check in message, based on the the item
+    # Check if we should display a checkin message, based on the the item
     # type of the checked in item
     my $itemtype = C4::ItemType->get( $biblio->{'itemtype'} );
     if ( $itemtype->{'checkinmsg'} ) {