diff host/tools/ecostest/common/eCosTest.cpp @ 126:518f42066aba ecos-sw-2000-09-19

Merge from eCos master repository on 2000-09-19-06:25:26-BST
author jlarmour
date Tue, 19 Sep 2000 05:53:51 +0000
parents c37d3a9e1b28
children 9b55e9c69693
line wrap: on
line diff
--- a/host/tools/ecostest/common/eCosTest.cpp
+++ b/host/tools/ecostest/common/eCosTest.cpp
@@ -256,7 +256,7 @@ bool CeCosTest::RunLocal()
 
     TRACE(_T("LocalThreadFunc - target=%s\n"),(LPCTSTR)m_ep.PlatformName());
     // Acquire a port (our caller may have done this for us)
-    VTRACE(_T("LocalThreadFunc():Tring to acquire a port\n"));
+    VTRACE(_T("LocalThreadFunc():Trying to acquire a port\n"));
     if(0==m_pResource){
       for(;;){
         m_pResource=CTestResource::GetResource(m_ep);