Correct grammatical error in previous commit.

This commit is contained in:
Dag-Erling Smørgrav 2003-02-04 18:47:17 +00:00
parent fc6318e4e5
commit c524b1a8cf

View File

@ -583,7 +583,7 @@ start_init(void *dummy)
freeenv(var);
}
printf("Be nice to eachother, mmmkay?\n");
printf("Be nice to each other, mmmkay?\n");
for (path = init_path; *path != '\0'; path = next) {
while (*path == ':')