From cf7fe02b4341416711fdebd3f951ed45d9affdda Mon Sep 17 00:00:00 2001 From: Carlos Ferreira Date: Fri, 20 Nov 2020 20:01:28 +0100 Subject: [PATCH] Simple typo in comments --- lib/private/Http/Client/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/Http/Client/Client.php b/lib/private/Http/Client/Client.php index c52d90ff8ecd8..b4550a0905ffa 100644 --- a/lib/private/Http/Client/Client.php +++ b/lib/private/Http/Client/Client.php @@ -86,7 +86,7 @@ private function getCertBundle(): string { } // If the instance is not yet setup we need to use the static path as - // $this->certificateManager->getAbsoluteBundlePath() tries to instantiiate + // $this->certificateManager->getAbsoluteBundlePath() tries to instantiate // a view if ($this->config->getSystemValue('installed', false)) { return $this->certificateManager->getAbsoluteBundlePath(null);