Description
There's a typo in the name of the method AttributeModifier#replaceAttibuteValue. It should say replaceAttributeValue (with an 'r').
Since it is part of the public API, I think it should be corrected, and the current method left in there, marked as deprecated.
http://wicket.apache.org/docs/wicket-1.3.2/wicket/apidocs/org/apache/wicket/AttributeModifier.html#replaceAttibuteValue(org.apache.wicket.Component,%20org.apache.wicket.markup.ComponentTag)