diff options
-rw-r--r-- | src/mm-broadband-modem-mbim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-broadband-modem-mbim.c b/src/mm-broadband-modem-mbim.c index 82a7b574..403f01db 100644 --- a/src/mm-broadband-modem-mbim.c +++ b/src/mm-broadband-modem-mbim.c @@ -717,7 +717,7 @@ load_supported_capabilities_mbim (GTask *task) if (!supported) g_task_return_new_error (task, MM_CORE_ERROR, MM_CORE_ERROR_FAILED, - "Couldn't load supported capabilities: no previously catched current capabilities"); + "Couldn't load supported capabilities: no previously cached current capabilities"); else g_task_return_pointer (task, supported, (GDestroyNotify) g_array_unref); g_object_unref (task); |