From 94db41099530bbed9d92544abbae2eab0e5757dc Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 31 Dec 2012 23:12:54 +0100 Subject: [PATCH] Fixes typo --- wcfsetup/install/files/lib/data/package/Package.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/data/package/Package.class.php b/wcfsetup/install/files/lib/data/package/Package.class.php index ec7c23e39f..ddc43081f5 100644 --- a/wcfsetup/install/files/lib/data/package/Package.class.php +++ b/wcfsetup/install/files/lib/data/package/Package.class.php @@ -48,7 +48,7 @@ class Package extends DatabaseObject { protected static $databaseTableIndexName = 'packageID'; /** - * list of ids of packages which a required by another package + * list of ids of packages which are required by another package * @var array */ protected static $requiredPackageIDs = null; -- 2.20.1