You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/07/29 09:27:26 UTC

[tomcat] branch 7.0.x updated: Fix typo in error message

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 77b92a2  Fix typo in error message
77b92a2 is described below

commit 77b92a2f38c1e29579c368d6fc29a3f786e749d5
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jul 29 10:24:04 2019 +0100

    Fix typo in error message
---
 res/tomcat.nsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/tomcat.nsi b/res/tomcat.nsi
index 511c734..58d6d57 100644
--- a/res/tomcat.nsi
+++ b/res/tomcat.nsi
@@ -373,7 +373,7 @@ Section -post
   StrCmp $0 "0" SetPermissionsOk
     FileWrite $ServiceInstallLog "Install failed (setting file permissions): $0 $1$\r$\n"
     MessageBox MB_YESNO|MB_ICONSTOP \
-      "Failed to set file permisisons.$\r$\nCheck your settings and permissions.$\r$\nIgnore and continue anyway (not recommended)?" \
+      "Failed to set file permissions.$\r$\nCheck your settings and permissions.$\r$\nIgnore and continue anyway (not recommended)?" \
       /SD IDNO IDYES SetPermissionsOk
   Quit
   SetPermissionsOk:


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org