Skip to content

Commit 7a552b0

Browse files
committed
Fix some typos
[skip ci]
1 parent 30e32f0 commit 7a552b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ Sunday, June 24, 2018, by [email protected]
460460
Added testing system to libpcap, independent of tcpdump
461461
Changes to how pcap_t is activated
462462
Adding support for Large stream buffers on Endace DAG cards
463-
Changes to BSD 3-clause license to 2-clause licence
463+
Changes to BSD 3-clause license to 2-clause license
464464
Additions to TCP header parsing, per RFC3168
465465
Add CMake build process (extensive number of changes)
466466
Assign a value for OpenBSD DLT_OPENFLOW.

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6782,7 +6782,7 @@ fi
67826782
# This test fails if we don't have <arpa/inet.h>
67836783
# (if we have ether_hostton(), we should have
67846784
# networking, and if we have networking, we should
6785-
# have <arapa/inet.h>) or if we do but it doesn't
6785+
# have <arpa/inet.h>) or if we do but it doesn't
67866786
# declare ether_hostton().
67876787
#
67886788
# Unset ac_cv_have_decl_ether_hostton so we don't

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ if test "$ac_cv_func_ether_hostton" = yes; then
454454
# This test fails if we don't have <arpa/inet.h>
455455
# (if we have ether_hostton(), we should have
456456
# networking, and if we have networking, we should
457-
# have <arapa/inet.h>) or if we do but it doesn't
457+
# have <arpa/inet.h>) or if we do but it doesn't
458458
# declare ether_hostton().
459459
#
460460
# Unset ac_cv_have_decl_ether_hostton so we don't

0 commit comments

Comments
 (0)