Fixed message typo.
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 16 Oct 2009 03:02:29 +0000 (05:02 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 16 Oct 2009 03:02:29 +0000 (05:02 +0200)
src/dolda/jsvc/j2ee/TomcatContext.java

index 6dd1e93..bf6312b 100644 (file)
@@ -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());