Fix typo
diff --git a/usr/kinit/nfsroot.c b/usr/kinit/nfsroot.c
index 29355a9..cd91d36 100644
--- a/usr/kinit/nfsroot.c
+++ b/usr/kinit/nfsroot.c
@@ -73,7 +73,7 @@
 			path = (char *) "/tftpboot/%s";
 	} else if (dev_bootpath && dev_bootpath[0] != '\0')
 		fprintf(stderr,
-			"nsfroot=%s overrides boot server bootpath %s\n",
+			"nfsroot=%s overrides boot server bootpath %s\n",
 			path, dev_bootpath);
 
 	if ((opts = strchr(path, ',')) != NULL) {