fixed typo
authorfinlayt <finlayt>
Mon, 22 Apr 2002 22:47:09 +0000 (22:47 +0000)
committerfinlayt <finlayt>
Mon, 22 Apr 2002 22:47:09 +0000 (22:47 +0000)
C4/Koha.pm

index 80beedf..1e27a08 100644 (file)
@@ -33,7 +33,7 @@ sub fixEthnicity($) { # a temporary fix ethnicity, it should really be handled
        $ethnicity = 'European/Pakeha';
     } elsif ($ethnicity eq 'pi') {
        $ethnicity = 'Pacific Islander'
-    } elsif ($ehtnicity eq 'asian') {
+    } elsif ($ethnicity eq 'asian') {
        $ethnicity = 'Asian';
     }
     return $ethnicity;