浏览代码

[CssSelector] Fixed typo

Pascal Borreli 14 年之前
父节点
当前提交
b940046ac4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/Symfony/Component/CssSelector/XPathExpr.php

+ 2 - 2
src/Symfony/Component/CssSelector/XPathExpr.php

@@ -122,7 +122,7 @@ class XPathExpr
 
 
     /**
     /**
      * Adds a condition to this XPath expression.
      * Adds a condition to this XPath expression.
-     * Any pre-existant condition will be ANDed to it.
+     * Any pre-existent condition will be ANDed to it.
      *
      *
      * @param string $condition The condition to add.
      * @param string $condition The condition to add.
      */
      */
@@ -137,7 +137,7 @@ class XPathExpr
 
 
     /**
     /**
      * Adds a prefix to this XPath expression.
      * Adds a prefix to this XPath expression.
-     * It will be prepended to any pre-existant prefixes.
+     * It will be prepended to any pre-existent prefixes.
      *
      *
      * @param string $prefix  The prefix to add.
      * @param string $prefix  The prefix to add.
      */
      */