From b86f9bf4ba73ce659dd20b8473686c1a60e17505 Mon Sep 17 00:00:00 2001 From: Felix Kiss Date: Tue, 17 Feb 2015 01:20:56 +0100 Subject: [PATCH] Update RootPackageInterface.php Fix typo --- src/Composer/Package/RootPackageInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Package/RootPackageInterface.php b/src/Composer/Package/RootPackageInterface.php index 7bee86324..7d39ff7bc 100644 --- a/src/Composer/Package/RootPackageInterface.php +++ b/src/Composer/Package/RootPackageInterface.php @@ -20,7 +20,7 @@ namespace Composer\Package; interface RootPackageInterface extends CompletePackageInterface { /** - * Returns a set of package names and theirs aliases + * Returns a set of package names and their aliases * * @return array */