You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2008/04/13 20:35:40 UTC

svn commit: r647602 - /felix/trunk/framework/src/main/java/org/apache/felix/framework/util/MapToDictionary.java

Author: pauls
Date: Sun Apr 13 11:35:39 2008
New Revision: 647602

URL: http://svn.apache.org/viewvc?rev=647602&view=rev
Log:
Fix a spelling mistake

Modified:
    felix/trunk/framework/src/main/java/org/apache/felix/framework/util/MapToDictionary.java

Modified: felix/trunk/framework/src/main/java/org/apache/felix/framework/util/MapToDictionary.java
URL: http://svn.apache.org/viewvc/felix/trunk/framework/src/main/java/org/apache/felix/framework/util/MapToDictionary.java?rev=647602&r1=647601&r2=647602&view=diff
==============================================================================
--- felix/trunk/framework/src/main/java/org/apache/felix/framework/util/MapToDictionary.java (original)
+++ felix/trunk/framework/src/main/java/org/apache/felix/framework/util/MapToDictionary.java Sun Apr 13 11:35:39 2008
@@ -23,7 +23,7 @@
 
 /**
  * This is a simple class that implements a <tt>Dictionary</tt>
- * from a <tt>Map</tt>. The resulting dictionary is immutatable.
+ * from a <tt>Map</tt>. The resulting dictionary is immutable.
 **/
 public class MapToDictionary extends Dictionary
 {