diff options
author | "Robert P. J. Day" | 2006-07-20 19:02:24 +0000 |
---|---|---|
committer | "Robert P. J. Day" | 2006-07-20 19:02:24 +0000 |
commit | eea561871b45a2335ab6a09f14dad627ffcdc1cd (patch) | |
tree | 7c45d6a5741adb652c047366dddf3a2e8ce62929 /sysklogd | |
parent | bf30c69a38a38561b4165549478a14efdbb95a53 (diff) | |
download | busybox-eea561871b45a2335ab6a09f14dad627ffcdc1cd.zip busybox-eea561871b45a2335ab6a09f14dad627ffcdc1cd.tar.gz |
"formated" -> "formatted" throughout the code base.
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/logread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/logread.c b/sysklogd/logread.c index 54e53a6..40a12e0 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c @@ -88,7 +88,7 @@ int logread_main(int argc, char **argv) error_exit("Can't get access to circular buffer from syslogd"); if ( (log_semid = semget(KEY_ID, 0, 0)) == -1) - error_exit("Can't get access to semaphone(s) for circular buffer from syslogd"); + error_exit("Can't get access to semaphore(s) for circular buffer from syslogd"); // Suppose atomic memory move i = follow ? buf->tail : buf->head; |