"formated" -> "formatted" throughout the code base.

This commit is contained in:
"Robert P. J. Day"
2006-07-20 19:02:24 +00:00
parent bf30c69a38
commit eea561871b
6 changed files with 68 additions and 68 deletions

View File

@@ -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;