1) Fixed issue #347: Syntax highlight doesn't like apostrophe in heredoc.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPSyntaxRdr.java
index 110aeb3..ee1fbd6 100644 (file)
@@ -71,7 +71,7 @@ public class PHPSyntaxRdr {
        //private static boolean hasXMLFileBeenRead = true;
 
        // The following variable is used to hold the syntax from
-       // the suers custom file - if that file should be changed,
+       // the users custom file - if that file should be changed,
        // then all entries in this variable should be removed from
        // the word list, reread from the file and then reinserted.
        private static ArrayList userdefsyntaxdata;