Author: mturk
Date: Fri Feb 17 04:31:18 2006
New Revision: 378496
URL: http://svn.apache.org/viewcvs?rev=378496&view=rev
Log:
Fix the typo.
Modified:
tomcat/connectors/trunk/jni/native/src/error.c
Modified: tomcat/connectors/trunk/jni/native/src/error.c
URL:
http://svn.apache.org/viewcvs/tomcat/connectors/trunk/jni/native/src/error.c?rev=378496&r1=378495&r2=378496&view=diff
==============================================================================
--- tomcat/connectors/trunk/jni/native/src/error.c (original)
+++ tomcat/connectors/trunk/jni/native/src/error.c Fri Feb 17 04:31:18 2006
@@ -22,7 +22,7 @@
#include "tcn.h"
static const char *tcn_errors[] = {
- "Unknow user error",
+ "Unknown user error",
/* TCN_TIMEUP */ "Operation timed out",
/* TCN_EAGAIN */ "There is no data ready",
/* TCN_EINTR */ "Interrupted system call",
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]