From: Tim Düsterhus Date: Tue, 16 Feb 2021 10:20:17 +0000 (+0100) Subject: Fix typo in comment in PackageInstallationConfirmPage X-Git-Tag: 5.4.0_Alpha_1~268^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4891e7daa75efaaa188db6069e61a95a0a43bf31;p=GitHub%2FWoltLab%2FWCF.git Fix typo in comment in PackageInstallationConfirmPage --- diff --git a/wcfsetup/install/files/lib/acp/page/PackageInstallationConfirmPage.class.php b/wcfsetup/install/files/lib/acp/page/PackageInstallationConfirmPage.class.php index 02353bf8f2..e1bff0da04 100644 --- a/wcfsetup/install/files/lib/acp/page/PackageInstallationConfirmPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/PackageInstallationConfirmPage.class.php @@ -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); }