8000 minor #21586 spelling fixes (klemens) · symfony/symfony@dc4d046 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc4d046

Browse files
minor #21586 spelling fixes (klemens)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #21586). Discussion ---------- spelling fixes | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!--highly recommended for new features--> <!-- - Bug fixes must be submitted against the lowest 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 the master branch. - Please fill in this template according to the PR you're about to submit. - Replace this comment by a description of what your PR is solving. --> patch contains some spelling fixes ( just in comments ) as found by a bot ( https://github.com/ka7/misspell_fixer ). Any upcoming License changes (e.g. GPL2 to GPL3+) are hereby granted. Commits ------- 6ccc479 spelling fixes
2 parents d3673a8 + 6ccc479 commit dc4d046

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Symfony\Component\Console\Output\OutputInterface;
55
use Symfony\Component\Console\Tests\Style\SymfonyStyleWithForcedLineLength;
66

7-
//Ensure has proper line ending before outputing a text block like with SymfonyStyle::listing() or SymfonyStyle::text()
7+
//Ensure has proper line ending before outputting a text block like with SymfonyStyle::listing() or SymfonyStyle::text()
88
return function (InputInterface $input, OutputInterface $output) {
99
$output = new SymfonyStyleWithForcedLineLength($input, $output);
1010

src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function process(ContainerBuilder $container)
5151
if (isset($replacements[$targetId])) {
5252
$container->setAlias($definitionId, $replacements[$targetId]);
5353
}
54-
// No neeed to process the same target twice
54+
// No need to process the same target twice
5555
if (isset($seenAliasTargets[$targetId])) {
5656
continue;
5757
}

src/Symfony/Component/Translation/Loader/MoFileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ private function parse($resource)
174174
}
175175

176176
/**
177-
* Reads an unsigned long from stream respecting endianess.
177+
* Reads an unsigned long from stream respecting endianness.
178178
*
179179
* @param resource $stream
180180
* @param bool $isBigEndian

0 commit comments

Comments
 (0)
0