Merge branch 'jetty-9.2.x' into jetty-9.3.x

This commit is contained in:
Joakim Erdfelt 2016-09-27 14:23:30 -07:00
commit e82592fe9c
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ public class WebAppProvider extends ScanningAppProvider
Resource resource = Resource.newResource(app.getOriginId());
File file = resource.getFile();
if (!resource.exists())
throw new IllegalStateException("App resouce does not exist "+resource);
throw new IllegalStateException("App resource does not exist "+resource);
String context = file.getName();