Fix typo.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32552 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2009-08-21 02:07:11 +00:00
parent c265fd23cd
commit 9dbe55ebcc

View File

@ -1384,7 +1384,7 @@ OHCI::_InsertEndpointForPipe(Pipe *pipe)
break;
default:
TRACE_ERROR("unaccetable speed\n");
TRACE_ERROR("unacceptable speed\n");
_FreeEndpoint(endpoint);
return B_ERROR;
}