Author: gnodet
Date: Fri Dec 14 16:22:37 2012
New Revision: 1421960

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

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

Modified: 
felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java
URL: 
http://svn.apache.org/viewvc/felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java?rev=1421960&r1=1421959&r2=1421960&view=diff
==============================================================================
--- felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java 
(original)
+++ felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java 
Fri Dec 14 16:22:37 2012
@@ -2007,7 +2007,7 @@ public class Felix extends BundleImpl im
     {
         // CONCURRENCY NOTE:
         // We will first acquire the bundle lock for the specific bundle
-        // as long as the bundle is STARTING or ACTIVE, shich is necessary
+        // as long as the bundle is STARTING or ACTIVE, which is necessary
         // because we may change the bundle state.
 
         // Acquire bundle lock.


Reply via email to