Author: marrs
Date: Fri Oct 4 14:22:46 2013
New Revision: 1529168
URL: http://svn.apache.org/r1529168
Log:
Fixed a typo in the bundle metadata.
Modified:
ace/trunk/org.apache.ace.tageditor/bnd.bnd
Modified: ace/trunk/org.apache.ace.tageditor/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.tageditor/bnd.bnd?rev=1529168&r1=1529167&r2=1529168&view=diff
==============================================================================
--- ace/trunk/org.apache.ace.tageditor/bnd.bnd (original)
+++ ace/trunk/org.apache.ace.tageditor/bnd.bnd Fri Oct 4 14:22:46 2013
@@ -8,4 +8,4 @@ Private-Package: org.apache.ace.tagedito
Bundle-Activator: org.apache.ace.tageditor.Activator
Bundle-Version: 1.0.0
Bundle-Name: Apache ACE TagEditorUI
-Bundle-Description: Registers an ACE webui extension for editting tags
\ No newline at end of file
+Bundle-Description: Registers an ACE webui extension for editing tags
|