You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2010/05/14 21:50:07 UTC

svn commit: r944426 - /felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/src/org/apache/felix/framework/test/TestFragment.java

Author: rickhall
Date: Fri May 14 19:50:07 2010
New Revision: 944426

URL: http://svn.apache.org/viewvc?rev=944426&view=rev
Log:
Fix typo.

Modified:
    felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/src/org/apache/felix/framework/test/TestFragment.java

Modified: felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/src/org/apache/felix/framework/test/TestFragment.java
URL: http://svn.apache.org/viewvc/felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/src/org/apache/felix/framework/test/TestFragment.java?rev=944426&r1=944425&r2=944426&view=diff
==============================================================================
--- felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/src/org/apache/felix/framework/test/TestFragment.java (original)
+++ felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/src/org/apache/felix/framework/test/TestFragment.java Fri May 14 19:50:07 2010
@@ -352,7 +352,7 @@ public class TestFragment extends FelixT
         InputStream is = null;
 
         // Scenario #1
-        // Attach two fragments with different, but overlappig version ranges
+        // Attach two fragments with different, but overlapping version ranges
         // for an imported package.
         try
         {