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 f4892ed commit 6462c41
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

2 comments on commit 6462c41

@oscerd
Copy link

@oscerd oscerd commented on 6462c41 Dec 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a pity it was not committed by my name

@jbonofre
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem is that Felix is still on SVN, so, not easy to do a merge (and git-svn is nightmare). Sorry about that.

Please sign in to comment.