X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=authorities%2Fauthorities.pl;h=23653f6a94fe3904a27e35137e7711f08bc22044;hb=6fe73327d62852446204d580f98cfb9d124a80ab;hp=2f82f5a25351a8b46e0a15937836a0d45909164f;hpb=944831555e89c8fdb4dc865764de51887a98a23b;p=koha_gimpoz diff --git a/authorities/authorities.pl b/authorities/authorities.pl index 2f82f5a253..23653f6a94 100755 --- a/authorities/authorities.pl +++ b/authorities/authorities.pl @@ -204,7 +204,7 @@ sub create_input { } elsif ( $tagslib->{$tag}->{$subfield}->{'value_builder'} ) { - # opening plugin. Just check wether we are on a developper computer on a production one + # opening plugin. Just check whether we are on a developer computer on a production one # (the cgidir differs) my $cgidir = C4::Context->intranetdir . "/cgi-bin/cataloguing/value_builder"; unless (-r $cgidir and -d $cgidir) {