summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/bootpgw/bootpgw.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd/bootpgw/bootpgw.c')
-rw-r--r--libexec/bootpd/bootpgw/bootpgw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/bootpgw/bootpgw.c b/libexec/bootpd/bootpgw/bootpgw.c
index 120d668..16bb66b 100644
--- a/libexec/bootpd/bootpgw/bootpgw.c
+++ b/libexec/bootpd/bootpgw/bootpgw.c
@@ -534,7 +534,7 @@ handle_request()
/* Has this packet hopped too many times? */
hops = bp->bp_hops;
if (++hops > maxhops) {
- report(LOG_NOTICE, "reqest from %s reached hop limit",
+ report(LOG_NOTICE, "request from %s reached hop limit",
inet_ntoa(recv_addr.sin_addr));
return;
}
OpenPOWER on IntegriCloud