Bug 21719: Fix typos
[koha.git] / misc / check_sysprefs.pl
index 91d0075..d69ee15 100755 (executable)
@@ -21,7 +21,7 @@ sub check_sys_pref {
     if ( !-d _ ) {
         my $name = $File::Find::name;
         if ( $name =~ /(\.pl|\.pm)$/ ) {
-            open( FILE, "$_" ) || die "cant open $name";
+            open( FILE, "$_" ) || die "can't open $name";
             while ( my $inp = <FILE> ) {
                 if ( $inp =~ /C4::Context->preference\((.*?)\)/ ) {
                     my $variable = $1;