fixed typo

This commit is contained in:
finlayt 2002-04-22 22:47:09 +00:00
parent 9144d67850
commit d239497209

View file

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