Fix typo in comment in PackageInstallationConfirmPage
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 16 Feb 2021 10:20:17 +0000 (11:20 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 16 Feb 2021 10:21:57 +0000 (11:21 +0100)
wcfsetup/install/files/lib/acp/page/PackageInstallationConfirmPage.class.php

index 02353bf8f25e0dd1f378a64133c5df2959c44a23..e1bff0da044d4b2c8b55702e51ce845aa7fefd81 100644 (file)
@@ -92,7 +92,7 @@ class PackageInstallationConfirmPage extends AbstractPage
 
         $this->packageInstallationDispatcher = new PackageInstallationDispatcher($this->queue);
 
-        // validate the package and all it's requirements
+        // validate the package and all its requirements
         $this->validationPassed = PackageValidationManager::getInstance()->validate($this->queue->archive, true);
     }