fix typo in eco warning

This commit is contained in:
Necrodoom 2013-06-17 16:05:45 +03:00
parent 07bcd17e0f
commit 2b4b1520d3
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ public final class Economy
}
catch (NumberFormatException e)
{
logger.log(Level.WARNING, "Failed to disply " + amount + ": " + e.getMessage(), e);
logger.log(Level.WARNING, "Failed to display " + amount + ": " + e.getMessage(), e);
return "NaN";
}
}