ping(8): Correct a typo in source code comment

- s/occured/occurred/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-04 13:26:34 +02:00
parent 8eadfdd99e
commit eec35f1fb3

View file

@ -1515,7 +1515,7 @@ mynireply(const struct icmp6_nodeinfo *nip)
*
* Return value:
* Pointer to an octet immediately following the ending zero octet
* of the decoded label, or NULL if an error occured.
* of the decoded label, or NULL if an error occurred.
*/
static const char *
dnsdecode(const u_char *sp, const u_char *ep, const u_char *base, char *buf,