From 590c41089fd77bf43efda375c0e6bd3913cb9350 Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Fri, 22 Jun 2018 01:39:25 +0200 Subject: global: fix a few typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Neuschäfer --- src/send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/send.c') diff --git a/src/send.c b/src/send.c index d3e3d75..f0f53d4 100644 --- a/src/send.c +++ b/src/send.c @@ -337,7 +337,7 @@ out_nokey: skb_queue_walk(&packets, skb) skb_orphan(skb); /* Then we put them back on the top of the queue. We're not too concerned about - * accidently getting things a little out of order if packets are being added + * accidentally getting things a little out of order if packets are being added * really fast, because this queue is for before packets can even be sent and * it's small anyway. */ -- cgit v1.2.3-59-g8ed1b