diff options
author | Guido Günther <agx@sigxcpu.org> | 2025-02-28 19:56:23 +0100 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-03-05 16:53:26 +0000 |
commit | 54dcc25d8bf1f6cd050360a15d3b475ee92881a2 (patch) | |
tree | 77c076650873e976fb6b23e6872a20d64e165352 /src/mm-iface-modem.c | |
parent | db37e063f840144a42e62037f5940f0fc612f9a0 (diff) |
treewide: Fix some spelling errors
All in debug messages or code comments so not user / client visible.
Signed-off-by: Guido Günther <agx@sigxcpu.org>
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"); |