diff options
Diffstat (limited to 'src/mm-iface-modem.c')
-rw-r--r-- | src/mm-iface-modem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-iface-modem.c b/src/mm-iface-modem.c index 63996fb5..92ff8214 100644 --- a/src/mm-iface-modem.c +++ b/src/mm-iface-modem.c @@ -2608,7 +2608,7 @@ handle_reset_auth_ready (MMBaseModem *self, return; } - /* If reseting is not implemented, report an error */ + /* If resetting is not implemented, report an error */ if (!MM_IFACE_MODEM_GET_IFACE (self)->reset || !MM_IFACE_MODEM_GET_IFACE (self)->reset_finish) { mm_dbus_method_invocation_return_error_literal (ctx->invocation, MM_CORE_ERROR, MM_CORE_ERROR_UNSUPPORTED, "Operation not supported"); @@ -2701,7 +2701,7 @@ handle_factory_reset_auth_ready (MMBaseModem *self, return; } - /* If reseting is not implemented, report an error */ + /* If resetting is not implemented, report an error */ if (!MM_IFACE_MODEM_GET_IFACE (self)->factory_reset || !MM_IFACE_MODEM_GET_IFACE (self)->factory_reset_finish) { mm_dbus_method_invocation_return_error_literal (ctx->invocation, MM_CORE_ERROR, MM_CORE_ERROR_UNSUPPORTED, "Operation not supported"); |