Index: modules/jetty/src/main/java/org/mortbay/jetty/webapp/WebAppContext.java
===================================================================
--- modules/jetty/src/main/java/org/mortbay/jetty/webapp/WebAppContext.java	(revision 583)
+++ modules/jetty/src/main/java/org/mortbay/jetty/webapp/WebAppContext.java	(working copy)
@@ -86,7 +86,7 @@
     private String _defaultsDescriptor=WEB_DEFAULTS_XML;
     private boolean _distributable=false;
     private boolean _extractWAR=true;
-    private boolean _parentLoaderPriority= Boolean.getBoolean("org.mortbay.jetty.webapp.parentLoaderPriorty");
+    private boolean _parentLoaderPriority= Boolean.getBoolean("org.mortbay.jetty.webapp.parentLoaderPriority");
     private PermissionCollection _permissions;
     private SecurityHandler _securityHandler;
     private ServletHandler _servletHandler;

