8000 fixed typos · symfony/symfony@5ff5615 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ff5615

Browse files
committed
fixed typos
1 parent fac711c commit 5ff5615

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public function preListenerCall($eventName, $listener)
258258
* @param object $listener The listener
259259
* @param string $eventName The event name
260260
*
261-
* @return array Informations about the listener
261+
* @return array Information about the listener
262262
*/
263263
private function getListenerInfo($listener, $eventName)
264264
{
@@ -428,7 +428,7 @@ private function postDispatch($eventName, Event $event)
428428
} catch (\LogicException $e) {}
429429
// The children profiles have been updated by the previous 'kernel.response'
430430
// event. Only the root profile need to be updated with the 'kernel.terminate'
431-
// timing informations.
431+
// timing information.
432432
$this->updateProfiles($token, false);
433433
break;
434434
}

src/Symfony/Component/Process/Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ private function readPipes($blocking, $close)
10461046
}
10471047

10481048
/**
1049-
* Captures the exitcode if mentioned in the process informations.
1049+
* Captures the exitcode if mentioned in the process information.
10501050
*/
10511051
private function captureExitCode()
10521052
{

0 commit comments

Comments
 (0)
0