Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#2101 from pborreli/typos
Browse files Browse the repository at this point in the history
Fixed few typos
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Css2Xpath.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function ($matches) {
$expression
);

/** ZF-9764 -- remove double asterix */
/** ZF-9764 -- remove double asterisk */
$expression = str_replace('**', '*', $expression);

return $expression;
Expand Down

0 comments on commit bb2d896

Please sign in to comment.