Integrated PHP help files; Fixed some bugs
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / php / PHPDoubleClickSelector.java
index a45a352..faa4b3c 100644 (file)
@@ -30,7 +30,7 @@ public class PHPDoubleClickSelector implements ITextDoubleClickStrategy {
        protected static char[] fgBrackets = { '{', '}', '(', ')', '[', ']', '"', '"' };
 
        /* 
-        * Create a JavaDoubleClickSelector.
+        * Create a PHPDoubleClickSelector.
         */
        public PHPDoubleClickSelector() {
                super();