Browse Source

Merge pull request #4012 from hhamon/fix-licence-references

[Pear] replaces "licence" to "license".
Jordi Boggiano 9 years ago
parent
commit
723babbb15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Composer/Repository/Pear/PackageInfo.php

+ 1 - 1
src/Composer/Repository/Pear/PackageInfo.php

@@ -77,7 +77,7 @@ class PackageInfo
     }
 
     /**
-     * @return string the package licence
+     * @return string the package license
      */
     public function getLicense()
     {