Fix spelling mistake.

This commit is contained in:
Ralf Corsepius
2005-07-06 09:56:57 +00:00
parent 6d06a6371b
commit 4b35e0e24e

View File

@@ -162,7 +162,7 @@ openlog (const char *ident, int logstat, int logfac)
0,
&LogSemaphore);
if (sc != RTEMS_SUCCESSFUL) {
printf ("Can't create syslog seamphore: %d\n", sc);
printf ("Can't create syslog semaphore: %d\n", sc);
close (LogFd);
LogFd = -1;
}