commit | c0ee3ca3fe172e6f97f50df4db7a8a87553ffd77 | [log] [tgz] |
---|---|---|
author | Guillaume Nodet <gnodet@apache.org> | Fri Dec 14 16:22:37 2012 +0000 |
committer | Guillaume Nodet <gnodet@apache.org> | Fri Dec 14 16:22:37 2012 +0000 |
tree | f4878961d41522145930dd9d8b8eb78acc5bdb28 | |
parent | f53c7cd4e5fc9b27f030b0c0395a8a75a489404e [diff] |
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.