1
0
Fork 0

Fix: Typo / wording

pull/6939/head
Andreas Möller 2017-12-25 21:33:39 +01:00
parent 57b3e24514
commit 5e68566ce6
No known key found for this signature in database
GPG Key ID: 9FB20A0BAF60E11F
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ class Locker
}
/**
* Checks whether locker were been locked (lockfile found).
* Checks whether locker has been locked (lockfile found).
*
* @return bool
*/

View File

@ -25,7 +25,7 @@ namespace Composer\Plugin\Capability;
interface CommandProvider extends Capability
{
/**
* Retreives an array of commands
* Retrieves an array of commands
*
* @return \Composer\Command\BaseCommand[]
*/