Skip to content

Commit

Permalink
Fix typo in BlacklistLatch Log warning. This closes #163
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1848410 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jbonofre committed Dec 7, 2018
1 parent ece7b43 commit 71d3eb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void awaitAndBlacklistCheck()
{
LogWrapper.getLogger().log(
LogWrapper.LOG_WARNING,
"Event Task Processing Interrupted. Events may not be recieved in proper order.");
"Event Task Processing Interrupted. Events may not be received in proper order.");
}
}

Expand Down

0 comments on commit 71d3eb8

Please sign in to comment.