diff options
author | proski <proski@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-12 22:05:17 +0000 |
---|---|---|
committer | proski <proski@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-12 22:05:17 +0000 |
commit | 858bb7bf7099d74223e2bed4f8e571845fcd2637 (patch) | |
tree | b9ff909e795836a5cca8d779acef28a65b1f1aa7 /syslogd.c | |
parent | 7d61e4b97c152bedb275c06c38a88a2689141a38 (diff) | |
download | busybox-w32-858bb7bf7099d74223e2bed4f8e571845fcd2637.tar.gz busybox-w32-858bb7bf7099d74223e2bed4f8e571845fcd2637.tar.bz2 busybox-w32-858bb7bf7099d74223e2bed4f8e571845fcd2637.zip |
Typo fix: resolv -> resolve
git-svn-id: svn://busybox.net/trunk/busybox@1037 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -308,7 +308,7 @@ static void doSyslogd (void) | |||
308 | /* Create the syslog file so realpath() can work. */ | 308 | /* Create the syslog file so realpath() can work. */ |
309 | close (open (_PATH_LOG, O_RDWR | O_CREAT, 0644)); | 309 | close (open (_PATH_LOG, O_RDWR | O_CREAT, 0644)); |
310 | if (realpath (_PATH_LOG, lfile) == NULL) | 310 | if (realpath (_PATH_LOG, lfile) == NULL) |
311 | fatalError ("Could not resolv path to " _PATH_LOG ": %s\n", strerror (errno)); | 311 | fatalError ("Could not resolve path to " _PATH_LOG ": %s\n", strerror (errno)); |
312 | 312 | ||
313 | unlink (lfile); | 313 | unlink (lfile); |
314 | 314 | ||