1) Fixed issue #347: Syntax highlight doesn't like apostrophe in heredoc.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / SmartSemicolonAutoEditStrategy.java
index d0b0d8d..e0bc0c7 100644 (file)
@@ -64,7 +64,7 @@ public class SmartSemicolonAutoEditStrategy implements IAutoEditStrategy {
        /** 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 */