Fix a typo in an error message.

Obtained From:	DragonFlyBSD (commit 66e72101cc32272ae370b895ca3d9e3e99c5c3a8)
This commit is contained in:
Eitan Adler 2013-05-06 17:21:28 +00:00
parent 3d6dd54e2f
commit a32ae73071

View File

@ -325,7 +325,7 @@ do_rr(int len, struct icmp6_router_renum *rr)
if ((size_t)len < sizeof(struct rr_pco_match)) {
tooshort:
syslog(LOG_ERR, "<%s> pkt too short. left len = %d. "
"gabage at end of pkt?", __func__, len);
"garbage at end of pkt?", __func__, len);
return (1);
}
rpmlen = rpm->rpm_len << 3;