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:26:43 UTC

[tomcat] branch 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit eb3c52fb44d64ff6ea486b0410bc27be9bf8f768
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 0175f12..646487e 100644
--- a/res/tomcat.nsi
+++ b/res/tomcat.nsi
@@ -374,7 +374,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