fixed spelling

This commit is contained in:
Jeff Hill
2002-07-08 18:47:57 +00:00
parent fbde222ee9
commit 55675571ca
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ void ipAddrToAsciiEngine::run ()
void ipAddrToAsciiEngine::show ( unsigned level ) const
{
epicsGuard < epicsMutex > locker ( ipAddrToAsciiEngine::mutex );
printf ( "ipAddrToAsciiEngine at %p with %u requests pendingh\n",
printf ( "ipAddrToAsciiEngine at %p with %u requests pending\n",
static_cast <const void *> (this), this->labor.count () );
if ( level > 0u ) {
tsDLIterConstBD < ipAddrToAsciiAsynchronous > pItem = this->labor.firstIter ();