Typo fix: resolv -> resolve

This commit is contained in:
Pavel Roskin 2000-09-12 22:05:17 +00:00
parent ccb0a9ba88
commit 23ad7f7f06
2 changed files with 2 additions and 2 deletions

View File

@ -308,7 +308,7 @@ static void doSyslogd (void)
/* Create the syslog file so realpath() can work. */
close (open (_PATH_LOG, O_RDWR | O_CREAT, 0644));
if (realpath (_PATH_LOG, lfile) == NULL)
fatalError ("Could not resolv path to " _PATH_LOG ": %s\n", strerror (errno));
fatalError ("Could not resolve path to " _PATH_LOG ": %s\n", strerror (errno));
unlink (lfile);

View File

@ -308,7 +308,7 @@ static void doSyslogd (void)
/* Create the syslog file so realpath() can work. */
close (open (_PATH_LOG, O_RDWR | O_CREAT, 0644));
if (realpath (_PATH_LOG, lfile) == NULL)
fatalError ("Could not resolv path to " _PATH_LOG ": %s\n", strerror (errno));
fatalError ("Could not resolve path to " _PATH_LOG ": %s\n", strerror (errno));
unlink (lfile);