Return-Path: Delivered-To: apmail-felix-commits-archive@www.apache.org Received: (qmail 38628 invoked from network); 9 Sep 2009 18:11:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Sep 2009 18:11:14 -0000 Received: (qmail 71693 invoked by uid 500); 9 Sep 2009 18:11:14 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 71675 invoked by uid 500); 9 Sep 2009 18:11:13 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 71666 invoked by uid 99); 9 Sep 2009 18:11:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2009 18:11:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2009 18:11:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CF26B238886D; Wed, 9 Sep 2009 18:10:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r813065 - /felix/trunk/webconsole/src/main/java/org/apache/felix/webconsole/DefaultBrandingPlugin.java Date: Wed, 09 Sep 2009 18:10:49 -0000 To: commits@felix.apache.org From: gnodet@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090909181049.CF26B238886D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gnodet Date: Wed Sep 9 18:10:49 2009 New Revision: 813065 URL: http://svn.apache.org/viewvc?rev=813065&view=rev Log: [webconsole] fix minor typpo in javadoc Modified: felix/trunk/webconsole/src/main/java/org/apache/felix/webconsole/DefaultBrandingPlugin.java Modified: felix/trunk/webconsole/src/main/java/org/apache/felix/webconsole/DefaultBrandingPlugin.java URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/src/main/java/org/apache/felix/webconsole/DefaultBrandingPlugin.java?rev=813065&r1=813064&r2=813065&view=diff ============================================================================== --- felix/trunk/webconsole/src/main/java/org/apache/felix/webconsole/DefaultBrandingPlugin.java (original) +++ felix/trunk/webconsole/src/main/java/org/apache/felix/webconsole/DefaultBrandingPlugin.java Wed Sep 9 18:10:49 2009 @@ -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";