Details
- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
Major
 - 
    0.9.29
 - 
    None
 - 
    
winxp
 
Description
There are some javadoc errors in class ch.qos.logback.classic.turbo.DynamicThresholdFilter. In the front of this class, it was some description and two configuration examples, both of them have the same type error: 
<DefaultTheshold>ERROR</DefaultTheshold> should be <DefaultThreshold>ERROR</DefaultThreshold>
the first one miss a "r".