From a5495978b723797b8e6b2bd079be05e0681517e2 Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Fri, 14 Jan 2022 18:38:48 +0100 Subject: [PATCH] dpp: fix 2 spelling errors --- src/dpp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dpp.c b/src/dpp.c index f33b655b..78e8ffc5 100644 --- a/src/dpp.c +++ b/src/dpp.c @@ -1254,7 +1254,7 @@ static void dpp_presence_announce(struct dpp_sm *dpp) iov[1].iov_base = attrs; iov[1].iov_len = ptr - attrs; - l_debug("Sending presense annoucement on frequency %u and waiting %u", + l_debug("Sending presence announcement on frequency %u and waiting %u", dpp->current_freq, dpp->dwell); dpp_send_frame(dpp, iov, 2, dpp->current_freq);