From 7d63cca50032b4cdb8641a51ca6911abce51156d Mon Sep 17 00:00:00 2001 From: kkolinko Date: Wed, 24 Aug 2011 22:45:00 +0000 Subject: [PATCH] Fix two typos in tomcat.nsi (uppercase vs. lowercase in a macro call and in a message) git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1161310 13f79535-47bb-0310-9956-ffa450edef68 --- res/tomcat.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/tomcat.nsi b/res/tomcat.nsi index 2c43d6354..ec5b0acaf 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -1091,7 +1091,7 @@ Section Uninstall MessageBox MB_ICONSTOP|MB_OK \ "No service name specified to uninstall. This will be provided automatically if you uninstall via \ Add/Remove Programs or the shortcut on the Start menu. Alternatively, call the installer from \ - the command line with -serviceName=$\"$\"." + the command line with -ServiceName=$\"$\"." Quit ${EndIf} @@ -1166,7 +1166,7 @@ SectionEnd ; ================= Function un.onInit ${GetParameters} $R0 - ${GetOPtions} $R0 "-ServiceName=" $R1 + ${GetOptions} $R0 "-ServiceName=" $R1 StrCpy $TomcatServiceName $R1 StrCpy $TomcatServiceFileName $R1.exe StrCpy $TomcatServiceManagerFileName $R1w.exe -- 2.11.0