commit | 51ea2c92e90e9489f6e7100bcb2d48fb5f51e1d6 | [log] [tgz] |
---|---|---|
author | Guillaume Nodet <gnodet@apache.org> | Wed Sep 09 18:10:49 2009 +0000 |
committer | Guillaume Nodet <gnodet@apache.org> | Wed Sep 09 18:10:49 2009 +0000 |
tree | 31757caf249073bf2d86ce8ad9179ed20b7d90de | |
parent | 95f1b4f15cf3a98c7a7126bc0d6457d1eb3d7b3b [diff] |
[webconsole] fix minor typpo in javadoc git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@813065 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/java/org/apache/felix/webconsole/DefaultBrandingPlugin.java b/webconsole/src/main/java/org/apache/felix/webconsole/DefaultBrandingPlugin.java index a4103dd..706ed26 100644 --- a/webconsole/src/main/java/org/apache/felix/webconsole/DefaultBrandingPlugin.java +++ b/webconsole/src/main/java/org/apache/felix/webconsole/DefaultBrandingPlugin.java
@@ -86,7 +86,7 @@ /** * The name of the bundle entry providing branding properties for this - * defualt branding plugin (value is "/META-INF/webconsole.properties"). + * default branding plugin (value is "/META-INF/webconsole.properties"). */ private static final String BRANDING_PROPERTIES = "/META-INF/webconsole.properties";