From 4891e7daa75efaaa188db6069e61a95a0a43bf31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 16 Feb 2021 11:20:17 +0100 Subject: [PATCH] Fix typo in comment in PackageInstallationConfirmPage --- .../files/lib/acp/page/PackageInstallationConfirmPage.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.20.1