From 26262852baf46286b19f66c2ad5461e88cf9e4f1 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Sat, 18 Apr 2020 14:59:50 +0200 Subject: [PATCH] Fix typo --- linphone-app/src/utils/Utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_