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:25:13 UTC

[tomcat] branch master updated: Fix typo in error message

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6c2969f  Fix typo in error message
6c2969f is described below

commit 6c2969f8f80588e8f5a1427a7980b1c6e6625499
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 173932d..6f9304f 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