Fix typo in technology name

This commit is contained in:
Aki Niemi 2009-08-24 19:19:11 +03:00
parent 70aab2a826
commit 4148f82e4e
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ static inline const char *registration_tech_to_string(int tech)
case ACCESS_TECHNOLOGY_UTRAN:
return "UTRAN";
case ACCESS_TECHNOLOGY_GSM_EGPRS:
return "GSM+EGPS";
return "GSM+EGPRS";
case ACCESS_TECHNOLOGY_UTRAN_HSDPA:
return "UTRAN+HSDPA";
case ACCESS_TECHNOLOGY_UTRAN_HSUPA: