You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2008/10/25 20:51:25 UTC

svn commit: r707890 - /activemq/activemq-cpp/trunk/src/main/decaf/lang/Thread.cpp

Author: tabish
Date: Sat Oct 25 11:51:25 2008
New Revision: 707890

URL: http://svn.apache.org/viewvc?rev=707890&view=rev
Log:
Cleanup

Modified:
    activemq/activemq-cpp/trunk/src/main/decaf/lang/Thread.cpp

Modified: activemq/activemq-cpp/trunk/src/main/decaf/lang/Thread.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/decaf/lang/Thread.cpp?rev=707890&r1=707889&r2=707890&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/decaf/lang/Thread.cpp (original)
+++ activemq/activemq-cpp/trunk/src/main/decaf/lang/Thread.cpp Sat Oct 25 11:51:25 2008
@@ -70,7 +70,7 @@
     if( err != APR_SUCCESS ) {
         throw Exception(
             __FILE__, __LINE__,
-            "Thread::start - Coud not start thread");
+            "Thread::start - Could not start thread");
     }
 
     // Mark the thread as started.