* [PATCH] iwd: Fix typo in warning message when enabling AccessPoint mode
@ 2022-02-14 2:20 Jonathan Liu
2022-02-21 8:23 ` Daniel Wagner
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Liu @ 2022-02-14 2:20 UTC (permalink / raw)
To: connman; +Cc: Jonathan Liu
Fixes: 648ed549f0ac ("iwd: Add support for tethering")
---
plugins/iwd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/iwd.c b/plugins/iwd.c
index ac3d1e17..357f2c36 100644
--- a/plugins/iwd.c
+++ b/plugins/iwd.c
@@ -693,7 +693,7 @@ static void tech_enable_tethering_cb(const DBusError *error, void *user_data)
}
if (dbus_error_is_set(error)) {
- connman_warn("iwd device %s could not enable AcessPoint mode: %s",
+ connman_warn("iwd device %s could not enable AccessPoint mode: %s",
cbd->path, error->message);
goto out;
}
--
2.35.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] iwd: Fix typo in warning message when enabling AccessPoint mode
2022-02-14 2:20 [PATCH] iwd: Fix typo in warning message when enabling AccessPoint mode Jonathan Liu
@ 2022-02-21 8:23 ` Daniel Wagner
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Wagner @ 2022-02-21 8:23 UTC (permalink / raw)
To: Jonathan Liu; +Cc: connman
On Mon, Feb 14, 2022 at 01:20:43PM +1100, Jonathan Liu wrote:
> Fixes: 648ed549f0ac ("iwd: Add support for tethering")
Patch applied.
Thanks,
Daniel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-21 8:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-14 2:20 [PATCH] iwd: Fix typo in warning message when enabling AccessPoint mode Jonathan Liu
2022-02-21 8:23 ` Daniel Wagner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox