Skip to content

Commit

Permalink
Update JMXActorMonitor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Samstiles committed Apr 19, 2016
1 parent 139e6fb commit 685e89d
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 @@ private void registerMBean() {

if (mbs.isRegistered(mxbeanName)) {
try {
LOG.info("MBean named {} is alreasdy registered. Unregistering it.", name);
LOG.info("MBean named {} is already registered. Unregistering it.", name);
mbs.unregisterMBean(mxbeanName);
} catch (InstanceNotFoundException e) {
}
Expand Down

0 comments on commit 685e89d

Please sign in to comment.