10000 minor #39158 Fix typo in comment (eltociear) · symfony/symfony@14945bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 14945bb

Browse files
committed
minor #39158 Fix typo in comment (eltociear)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- Fix typo in comment | Q | A | ------------- | --- | Branch? | 5.x <!-- see below --> | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | - <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | - <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch 5.x. --> fixed spelling below. * possibe -> possible Commits ------- ca93ae5 Fix typo in comment
2 parents b60bb6e + ca93ae5 commit 14945bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ private function compileStaticRoutes(array $staticRoutes, array &$conditions): a
242242
* Paths that can match two or more routes, or have user-specified conditions are put in separate switch's cases.
243243
*
244244
* Last but not least:
245-
* - Because it is not possibe to mix unicode/non-unicode patterns in a single regexp, several of them can be generated.
245+
* - Because it is not possible to mix unicode/non-unicode patterns in a single regexp, several of them can be generated.
246246
* - The same regexp can be used several times when the logic in the switch rejects the match. When this happens, the
247247
* matching-but-failing subpattern is excluded by replacing its name by "(*F)", which forces a failure-to-match.
248248
* To ease this backlisting operation, the name of subpatterns is also the string offset where the replacement should occur.

0 commit comments

Comments
 (0)
0