Skip to content

Commit 6462c41

Browse files
committed
Fix typo in BlacklistLatch Log warning. This closes #163
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1848410 13f79535-47bb-0310-9956-ffa450edef68
1 parent f4892ed commit 6462c41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eventadmin/impl/src/main/java/org/apache/felix/eventadmin/impl/tasks/BlacklistLatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void awaitAndBlacklistCheck()
9999
{
100100
LogWrapper.getLogger().log(
101101
LogWrapper.LOG_WARNING,
102-
"Event Task Processing Interrupted. Events may not be recieved in proper order.");
102+
"Event Task Processing Interrupted. Events may not be received in proper order.");
103103
}
104104
}
105105

0 commit comments

Comments
 (0)