]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/factories/package/class_NetworkPackageFactory.php
Moved "discovery" interfaces to sub folders, to allow generic interface 'Discoverable...
[hub.git] / application / hub / main / factories / package / class_NetworkPackageFactory.php
index 7c195d74fe380b4090d03e21849fa99b34ef7cf9..8fbaa246bcb50c7862e252c0228e4b3575e6c3a2 100644 (file)
@@ -48,7 +48,7 @@ class NetworkPackageFactory extends ObjectFactory {
                        /*
                         * Prepare the compressor for our package, ZLIB should be fine but we
                         * keep it open here so you can experiment with the settings and don't
-                        * need to touch any code.
+                        * need to touch this code.
                         */
                        $compressorInstance = self::createObjectByConfiguredName('raw_package_compressor_class');