netinet/libalias: Fix typo in debug message

No functional change.

PR:		243831
Submitted by:	Neel Chauhan <neel AT neelc DOT org>
Differential Revision:	https://reviews.freebsd.org/D23365
This commit is contained in:
Conrad Meyer 2020-02-03 05:19:44 +00:00
parent 2a1481fbbf
commit 8e6b06be14

@ -664,7 +664,7 @@ GetNewPort(struct libalias *la, struct alias_link *lnk, int alias_port_param)
}
#ifdef LIBALIAS_DEBUG
fprintf(stderr, "PacketAlias/GetnewPort(): ");
fprintf(stderr, "PacketAlias/GetNewPort(): ");
fprintf(stderr, "could not find free port\n");
#endif