From 54dcc25d8bf1f6cd050360a15d3b475ee92881a2 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 28 Feb 2025 19:56:23 +0100 Subject: treewide: Fix some spelling errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All in debug messages or code comments so not user / client visible. Signed-off-by: Guido Günther --- src/mm-iface-modem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mm-iface-modem.c') 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"); -- cgit v1.2.3-70-g09d2