From d2394972096e6ad8eb5edc3b35c88290f35205a7 Mon Sep 17 00:00:00 2001 From: finlayt Date: Mon, 22 Apr 2002 22:47:09 +0000 Subject: [PATCH] fixed typo --- C4/Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Koha.pm b/C4/Koha.pm index 80beedf03e..1e27a089b4 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -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; -- 2.39.5