Bug 22069: (follow-up) fix patorns type for patrons
authorNick Clemens <nick@bywatersolutions.com>
Tue, 16 Apr 2019 11:52:46 +0000 (11:52 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Tue, 16 Apr 2019 13:17:32 +0000 (13:17 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

tools/viewlog.pl

index e86aa04..4e8a2c3 100755 (executable)
@@ -126,7 +126,7 @@ if ($do_it) {
             '<=' => $dtf->format_datetime( $dateto_endday )
         };
     }
-    # Circulation uses RENEWAL, but Patorns uses RENEW, this helps to find both
+    # Circulation uses RENEWAL, but Patrons uses RENEW, this helps to find both
     if ( grep { $_ eq 'RENEW'} @actions ) { push @actions, 'RENEWAL' };
 
     $search_params{user} = $user if $user;