diff options
author | Guido Günther <agx@sigxcpu.org> | 2025-03-11 22:47:35 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2025-03-11 23:15:57 +0100 |
commit | 68933455df82b2259c1a091232ded3334c87c551 (patch) | |
tree | fa451fa7ccc49526d238f0ed59a6d11875d11a62 /src/mm-iface-modem-3gpp-profile-manager.c | |
parent | a19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff) |
treewide: Fix typos
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'src/mm-iface-modem-3gpp-profile-manager.c')
-rw-r--r-- | src/mm-iface-modem-3gpp-profile-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-iface-modem-3gpp-profile-manager.c b/src/mm-iface-modem-3gpp-profile-manager.c index 01d3c791..d76202b7 100644 --- a/src/mm-iface-modem-3gpp-profile-manager.c +++ b/src/mm-iface-modem-3gpp-profile-manager.c @@ -544,7 +544,7 @@ set_profile_step_select_profile_exact (GTask *task) mm_obj_dbg (self, "reusing profile '%s'", ctx->index_field_value_str); ctx->stored = g_object_ref (existing); } else - mm_obj_dbg (self, "overwritting profile '%s'", ctx->index_field_value_str); + mm_obj_dbg (self, "overwriting profile '%s'", ctx->index_field_value_str); ctx->step++; set_profile_step (task); |