You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2009/09/16 14:43:59 UTC

svn commit: r815740 - in /tomcat/native/branches/1.1.x: STATUS.txt native/os/win32/libtcnative.rc

Author: rjung
Date: Wed Sep 16 12:43:58 2009
New Revision: 815740

URL: http://svn.apache.org/viewvc?rev=815740&view=rev
Log:
Fix typo VERISON -> VERSION

Modified:
    tomcat/native/branches/1.1.x/STATUS.txt
    tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc

Modified: tomcat/native/branches/1.1.x/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/STATUS.txt?rev=815740&r1=815739&r2=815740&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/STATUS.txt (original)
+++ tomcat/native/branches/1.1.x/STATUS.txt Wed Sep 16 12:43:58 2009
@@ -37,12 +37,6 @@
   -1:
 
 * Fix typo.
-  http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc?r1=714101&r2=714100
-  http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/jnirelease.sh?r1=714101&r2=714100
-  +1: rjung
-  -1:
-
-* Fix typo.
   http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/build/tcnative.m4?r1=714101&r2=714100
   +1: rjung
   -1:

Modified: tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc?rev=815740&r1=815739&r2=815740&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc (original)
+++ tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc Wed Sep 16 12:43:58 2009
@@ -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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org