/** Char representation of a semicolon. */
private static final char SEMICHAR = ';';
- /** String represenattion of a opening brace. */
+ /** String representation of a opening brace. */
private static final String BRACE = "{"; //$NON-NLS-1$
/** Char representation of a opening brace */