diff --git a/linphone-app/src/utils/Utils.hpp b/linphone-app/src/utils/Utils.hpp index 10d715519..88e134846 100644 --- a/linphone-app/src/utils/Utils.hpp +++ b/linphone-app/src/utils/Utils.hpp @@ -97,7 +97,7 @@ namespace Utils { return connection; } - QString getCountryName(const QLocale::Country& contry); + QString getCountryName(const QLocale::Country& country); } #endif // UTILS_H_