aboutsummaryrefslogtreecommitdiff
path: root/pcap.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-07-04 11:39:26 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-07-04 11:39:26 +0200
commitfc4772e1e1b3b2a25937b99981ca0a67cc17caba (patch)
treecc932090892e1c8abff647b6d27ea5e1599bf2c7 /pcap.c
parente8b6c94929b1ffbb4ca665a022be2b49c6651fe8 (diff)
Fix some typos
[skip ci]
Diffstat (limited to 'pcap.c')
-rw-r--r--pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap.c b/pcap.c
index fe0762a3..0d427a66 100644
--- a/pcap.c
+++ b/pcap.c
@@ -4111,7 +4111,7 @@ pcap_close(pcap_t *p)
}
/*
- * Helpers for safely loding code at run time.
+ * Helpers for safely loading code at run time.
* Currently Windows-only.
*/
#ifdef _WIN32