1
0
Fork 0

Merge pull request #6939 from localheinz/fix/typo

Fix: Typo / wording
pull/6955/head
Jordi Boggiano 2017-12-29 15:21:08 +01:00 committed by GitHub
commit 28e41d094e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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[]
*/