summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rarpd/arptab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rarpd/arptab.c b/usr.sbin/rarpd/arptab.c
index 9bd055dedf8..596e4eb3002 100644
--- a/usr.sbin/rarpd/arptab.c
+++ b/usr.sbin/rarpd/arptab.c
@@ -185,7 +185,7 @@ rtmsg(cmd)
switch (cmd) {
default:
- syslog(LOG_ERR, "arptap_set: internal wrong cmd\n");
+ syslog(LOG_ERR, "arptab_set: internal wrong cmd\n");
exit(1);
case RTM_ADD:
rtm->rtm_addrs |= RTA_GATEWAY;