diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bdcb9e74..4b113c48 100644 --- a/configure.ac +++ b/configure.ac @@ -543,7 +543,7 @@ if test "$ac_cv_func_ether_ntohost" = yes -a \ # 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 |