Fixes typo
authorMatthias Schmidt <gravatronics@live.com>
Mon, 31 Dec 2012 22:12:54 +0000 (23:12 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 31 Dec 2012 22:12:54 +0000 (23:12 +0100)
wcfsetup/install/files/lib/data/package/Package.class.php

index ec7c23e39f89efea49e32da0bd6f0a55905afec7..ddc43081f5ee9434a73bf9d77209a09c32f648ef 100644 (file)
@@ -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<integer>
         */
        protected static $requiredPackageIDs = null;