From 23ad7f7f06c94d74d53fc01f96df19d071f4c9ce Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 12 Sep 2000 22:05:17 +0000 Subject: Typo fix: resolv -> resolve --- syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syslogd.c') diff --git a/syslogd.c b/syslogd.c index 9a77b5f75..8648da271 100644 --- a/syslogd.c +++ b/syslogd.c @@ -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); -- cgit v1.2.3