Rogue apostrophe

This commit is contained in:
josephd 2014-03-30 20:48:46 -04:00
parent a59415085c
commit 25638ee46d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class IronChest {
} }
catch (Exception e) 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 finally
{ {