From: Fredrik Tolf Date: Fri, 16 Oct 2009 03:02:29 +0000 (+0200) Subject: Fixed message typo. X-Git-Url: http://dolda2000.com/gitweb/?p=jsvc.git;a=commitdiff_plain;h=f94215d00376e335d13e893d8003375164fb940d Fixed message typo. --- 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());