Author: rjung
Date: Fri Nov 14 10:53:19 2008
New Revision: 714101
URL: http://svn.apache.org/viewvc?rev=714101&view=rev
Log:
Fix typos.
No functional change/problem.
Modified:
tomcat/connectors/trunk/jk/support/jk_java.m4
tomcat/connectors/trunk/jni/jnirelease.sh
tomcat/connectors/trunk/jni/native/build/tcnative.m4
tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc
Modified: tomcat/connectors/trunk/jk/support/jk_java.m4
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/support/jk_java.m4?rev=714101&r1=714100&r2=714101&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/support/jk_java.m4 (original)
+++ tomcat/connectors/trunk/jk/support/jk_java.m4 Fri Nov 14 10:53:19 2008
@@ -151,7 +151,7 @@
fi
AC_ARG_WITH(java-platform,
- [ --with-java-platform[=2] Force the Java platorm
+ [ --with-java-platform[=2] Force the Java platform
(value is 1 for 1.1.x or 2 for 1.2.x or
greater)],
[
case "${withval}" in
Modified: tomcat/connectors/trunk/jni/jnirelease.sh
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/jnirelease.sh?rev=714101&r1=714100&r2=714101&view=diff
==============================================================================
--- tomcat/connectors/trunk/jni/jnirelease.sh (original)
+++ tomcat/connectors/trunk/jni/jnirelease.sh Fri Nov 14 10:53:19 2008
@@ -52,7 +52,7 @@
# and JKJNIVER by the version like 1.1.0
# DON't forget to update native/include/tcn_version.h
# and native/os/win32/libtcnative.rc
-# #define TCN_VERISON "1.1.14"
+# #define TCN_VERSION "1.1.14"
# FILEVERSION 1,1,14,0
# PRODUCTVERSION 1,1,14,0
JKJNIEXT="tags/other/TOMCAT_NATIVE_1_1_15"
Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/build/tcnative.m4?rev=714101&r1=714100&r2=714101&view=diff
==============================================================================
--- tomcat/connectors/trunk/jni/native/build/tcnative.m4 (original)
+++ tomcat/connectors/trunk/jni/native/build/tcnative.m4 Fri Nov 14 10:53:19
2008
@@ -164,7 +164,7 @@
fi
AC_ARG_WITH(java-platform,
- [ --with-java-platform[=2] Force the Java platorm
+ [ --with-java-platform[=2] Force the Java platform
(value is 1 for 1.1.x or 2 for 1.2.x or
greater)],
[
case "${withval}" in
Modified: tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc?rev=714101&r1=714100&r2=714101&view=diff
==============================================================================
--- tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc (original)
+++ tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc Fri Nov 14
10:53:19 2008
@@ -20,7 +20,7 @@
"See the License for the specific language governing " \
"permissions and limitations under the License."
-#define TCN_VERISON "1.1.16"
+#define TCN_VERSION "1.1.16"
1000 ICON "apache.ico"
1001 DIALOGEX 0, 0, 252, 51
@@ -55,12 +55,12 @@
VALUE "Comments", TCN_LICENSE "\0"
VALUE "CompanyName", "Apache Software Foundation\0"
VALUE "FileDescription", "Tomcat Native Java Library\0"
- VALUE "FileVersion", TCN_VERISON "\0"
+ VALUE "FileVersion", TCN_VERSION "\0"
VALUE "InternalName", "libtcnative-1\0"
VALUE "LegalCopyright", TCN_COPYRIGHT "\0"
VALUE "OriginalFilename", "libtcnative-1.dll\0"
VALUE "ProductName", "Tomcat Native Java Library\0"
- VALUE "ProductVersion", TCN_VERISON "\0"
+ VALUE "ProductVersion", TCN_VERSION "\0"
END
END
BLOCK "VarFileInfo"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]