NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bin/47823: Fixing typo in message.



>Number:         47823
>Category:       bin
>Synopsis:       Fixing typo in message.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri May 17 07:45:00 +0000 2013
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Fixing typo in message.
>How-To-Repeat:

>Fix:
diff -u -p -r1.15 rrenum.c
--- usr.sbin/rtadvd/rrenum.c    13 Dec 2012 15:36:36 -0000      1.15
+++ usr.sbin/rtadvd/rrenum.c    3 May 2013 04:15:09 -0000
@@ -310,7 +310,7 @@ do_rr(size_t len, struct icmp6_router_re
                if (len < sizeof(struct rr_pco_match)) {
                    tooshort:
                        syslog(LOG_ERR, "<%s> pkt too short. left len = %zd. "
-                              "gabage at end of pkt?", __func__, len);
+                              "garbage at end of pkt?", __func__, len);
                        return 1;
                }
                rpmlen = rpm->rpm_len << 3;



Home | Main Index | Thread Index | Old Index