1
0
Fork 0

Fixed typos

pull/1530/head
Pascal Borreli 2013-01-26 18:43:01 +00:00
parent 5a4c720535
commit 46bbf83778
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ class PackageEvent extends Event
* Constructor. * Constructor.
* *
* @param string $name The event name * @param string $name The event name
* @param Composer $composer The composer objet * @param Composer $composer The composer object
* @param IOInterface $io The IOInterface object * @param IOInterface $io The IOInterface object
* @param boolean $devMode Whether or not we are in dev mode * @param boolean $devMode Whether or not we are in dev mode
* @param OperationInterface $operation The operation object * @param OperationInterface $operation The operation object

View File

@ -119,7 +119,7 @@ class Filesystem
/** /**
* Copy then delete is a non-atomic version of {@link rename}. * Copy then delete is a non-atomic version of {@link rename}.
* *
* Some systems can't rename and also dont have proc_open, * Some systems can't rename and also don't have proc_open,
* which requires this solution. * which requires this solution.
* *
* @param string $source * @param string $source