1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110344

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 == ':')