All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] dpp: fix 2 spelling errors
@ 2022-01-14 18:48 Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2022-01-14 18:48 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

Hi Diederik,

On 1/14/22 11:38, Diederik de Haas wrote:
> ---
> Hopefully I did it correctly.
> 
>   src/dpp.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] dpp: fix 2 spelling errors
@ 2022-01-14 17:38 Diederik de Haas
  0 siblings, 0 replies; 2+ messages in thread
From: Diederik de Haas @ 2022-01-14 17:38 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 603 bytes --]

---
Hopefully I did it correctly.

 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);
-- 
2.34.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-14 18:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 18:48 [PATCH] dpp: fix 2 spelling errors Denis Kenzior
  -- strict thread matches above, loose matches on Subject: below --
2022-01-14 17:38 Diederik de Haas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.