Fix typo s/thissystem/this system/

Submitted by:	Stephen <sdk@shell.yuck.net>
This commit is contained in:
Jesper Skriver 2001-04-16 21:14:13 +00:00
parent 164c01f05b
commit fa7e10eca6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75552

View File

@ -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;
}