ConnMan network manager
 help / color / mirror / Atom feed
From: Jonathan Liu <net147@gmail.com>
To: connman@lists.linux.dev
Cc: Jonathan Liu <net147@gmail.com>
Subject: [PATCH] iwd: Fix typo in warning message when enabling AccessPoint mode
Date: Mon, 14 Feb 2022 13:20:43 +1100	[thread overview]
Message-ID: <20220214022043.523341-1-net147@gmail.com> (raw)

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


             reply	other threads:[~2022-02-14  2:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-14  2:20 Jonathan Liu [this message]
2022-02-21  8:23 ` [PATCH] iwd: Fix typo in warning message when enabling AccessPoint mode Daniel Wagner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220214022043.523341-1-net147@gmail.com \
    --to=net147@gmail.com \
    --cc=connman@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox