Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuya-takeyama committed Aug 18, 2012
1 parent 161baaa commit e3528ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/child-process.php
Expand Up @@ -5,7 +5,7 @@
require __DIR__.'/../vendor/autoload.php';

$loop = new React\EventLoop\StreamSelectLoop();
$factory = new React\ChildProcess\factory($loop);
$factory = new React\ChildProcess\Factory($loop);

$commands = array(
'A' => array('cmd' => 'php', 'args' => array('-r', 'foreach (range(1, 3) as $i) { echo $i, PHP_EOL; sleep(1); } fputs(STDERR, "Bye.");')),
Expand Down

0 comments on commit e3528ca

Please sign in to comment.