Bug 21719: Fix typos
[koha.git] / basket / sendbasket.pl
index 224db2d..5bf0f3b 100755 (executable)
@@ -163,7 +163,7 @@ END_OF_BODY
         $template->param( SENT      => "1" );
     }
     else {
-        # do something if it doesnt work....
+        # do something if it doesn't work....
         carp "Error sending mail: $Mail::Sendmail::error \n";
         $template->param( error => 1 );
     }