In the forge.cfg (from version 9.11.1.965) I noticed a small mistake in two comments:
# Set this to just remove any TileEntity that throws a error in there update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
B:removeErroringEntities=false
# Set this to just remove any TileEntity that throws a error in there update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
B:removeErroringTileEntities=false
Notice that both comments refer to TileEntity, while only one switch does so.
Also the comments should use "their" and "an" in this phrase: "throws a error in there update method"
Let me know if this is the wrong place for these comments. I know this really isn't a bug, but I didn't know where else to mention this.