diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2018-07-28 20:31:27 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2018-07-28 20:48:16 +0100 |
commit | b14d690f6df6038f17b2b8c46c34365963522814 (patch) | |
tree | 19878ad30f096ad9c319633d4ef1a6c92906d52d /configure | |
parent | 9b1c2ba51b6dbc57af17c8c054ff8b55486d674c (diff) | |
download | tcpdump-b14d690f6df6038f17b2b8c46c34365963522814.tar.gz |
Fix a typo in a comment.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5882,7 +5882,7 @@ fi # This test fails if we don't have <arpa/inet.h> # (if we have ether_ntohost(), we should have # networking, and if we have networking, we should - # have <arapa/inet.h>) or if we do but it doesn't + # have <arpa/inet.h>) or if we do but it doesn't # declare ether_ntohost(). # # Unset ac_cv_have_decl_ether_ntohost so we don't |