From f94215d00376e335d13e893d8003375164fb940d Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Fri, 16 Oct 2009 05:02:29 +0200 Subject: [PATCH] Fixed message typo. --- src/dolda/jsvc/j2ee/TomcatContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolda/jsvc/j2ee/TomcatContext.java b/src/dolda/jsvc/j2ee/TomcatContext.java index 6dd1e93..bf6312b 100644 --- a/src/dolda/jsvc/j2ee/TomcatContext.java +++ b/src/dolda/jsvc/j2ee/TomcatContext.java @@ -55,7 +55,7 @@ public class TomcatContext extends J2eeContext { String basename = System.getProperty("catalina.base"); base = new File(basename); } catch(SecurityException e) { - logger.log(Level.WARNING, "no permssions to fetch Tomcat base directory while reading configuration", e); + logger.log(Level.WARNING, "no permissions to fetch Tomcat base directory while reading configuration", e); return; } config.put("jsvc.storage", "file:" + new File(new File(base, "work"), "jsvc").getPath()); -- 2.11.0