diff options
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); |