From fa7e10eca628831d39ed50eb098af21eb6374c5e Mon Sep 17 00:00:00 2001 From: Jesper Skriver Date: Mon, 16 Apr 2001 21:14:13 +0000 Subject: [PATCH] Fix typo s/thissystem/this system/ Submitted by: Stephen --- usr.bin/netstat/mroute6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c index 1277d56567a..7e38a059ad0 100644 --- a/usr.bin/netstat/mroute6.c +++ b/usr.bin/netstat/mroute6.c @@ -110,7 +110,7 @@ mroute6pr(mfcaddr, mifaddr) if (mfcaddr == 0 || mifaddr == 0) { printf("No IPv6 multicast routing compiled into this" - "system.\n"); + " system.\n"); return; }