Fix minor typo

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1421960 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/src/main/java/org/apache/felix/framework/Felix.java b/framework/src/main/java/org/apache/felix/framework/Felix.java
index b72d606..95c7b9c 100644
--- a/framework/src/main/java/org/apache/felix/framework/Felix.java
+++ b/framework/src/main/java/org/apache/felix/framework/Felix.java
@@ -2007,7 +2007,7 @@
     {
         // 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.