3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-04-19 18:47:58 +02:00

monitor: fix spelling Exausted -> Exhausted

Caught by codespell

Fixes: 83a2457550e7 ("monitor: add support for limiting PCAP size/count")
This commit is contained in:
James Prestwood 2025-04-16 10:33:37 -07:00 committed by Denis Kenzior
parent 7d5bcd738b
commit 3c5081c7a6

View File

@ -7433,7 +7433,7 @@ static bool check_pcap(struct nlmon *nlmon, size_t next_size)
pcap_close(nlmon->pcap);
/* Exausted the single PCAP file */
/* Exhausted the single PCAP file */
if (nlmon->max_files < 2) {
printf("Reached maximum size of PCAP, exiting\n");
nlmon->pcap = NULL;