Merge pull request #2 from josephd/patch-1

Rogue apostrophe
This commit is contained in:
Zach 2014-03-30 22:45:19 -04:00
commit 0d98200512
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class IronChest {
}
catch (Exception e)
{
FMLLog.log(Level.ERROR, e, "IronChest has a problem loading it's configuration");
FMLLog.log(Level.ERROR, e, "IronChest has a problem loading its configuration");
}
finally
{