aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-08-13 09:45:08 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-08-13 09:46:27 +0200
commit82f3498b12a06a71792c5d7a0a9c4b13fe2926d7 (patch)
treeb3266d692cd323585e5e719fc95978037d458372
parent6535988a1cc037393230934d004f7c34b134dbdf (diff)
Fix a typo in a comment
Found with the codespell command. [skip ci]
-rw-r--r--pcap-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-common.c b/pcap-common.c
index ac575b2d..b1f6388d 100644
--- a/pcap-common.c
+++ b/pcap-common.c
@@ -1343,7 +1343,7 @@ dlt_to_linktype(int dlt)
* That way, for example, "raw IP" packets will have
* LINKTYPE_RAW as the code in all savefiles for
* which the code that writes them maps to that
- * value, regardless of the platform on whih they
+ * value, regardless of the platform on which they
* were written, so they should be readable on all
* platforms without having to determine on which
* platform they were written.
@@ -1495,7 +1495,7 @@ linktype_to_dlt(int linktype)
* That way, for example, "raw IP" packets will have
* LINKTYPE_RAW as the code in all savefiles for
* which the code that writes them maps to that
- * value, regardless of the platform on whih they
+ * value, regardless of the platform on which they
* were written, so they should be readable on all
* platforms without having to determine on which
* platform they were written.