[libnma] mobile-providers: fix a typo
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libnma] mobile-providers: fix a typo
- Date: Fri, 4 Feb 2022 14:40:05 +0000 (UTC)
commit 4358ff66a12d7eea2712e5e2d98f008087f4fd23
Author: Michael Biebl <biebl debian org>
Date: Thu Feb 3 22:33:17 2022 +0100
mobile-providers: fix a typo
Spotted by lintian:
I: libnma0: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libnma.so.0.0.0 atribute attribute
https://gitlab.gnome.org/GNOME/libnma/-/merge_requests/23
src/nma-mobile-providers.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nma-mobile-providers.c b/src/nma-mobile-providers.c
index e69378b3..743f3ff5 100644
--- a/src/nma-mobile-providers.c
+++ b/src/nma-mobile-providers.c
@@ -439,12 +439,12 @@ iso_3166_parser_start_element (GMarkupParseContext *context,
name = attribute_values[i];
}
if (!country_code) {
- g_warning ("%s: missing mandatory 'alpha_2_code' atribute in '%s'"
+ g_warning ("%s: missing mandatory 'alpha_2_code' attribute in '%s'"
" element.", __func__, element_name);
return;
}
if (!name) {
- g_warning ("%s: missing mandatory 'name' atribute in '%s'"
+ g_warning ("%s: missing mandatory 'name' attribute in '%s'"
" element.", __func__, element_name);
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]