Merge pull request #24261 from nextcloud/backport/24257/stable18

[stable18] Simple typo in comments
This commit is contained in:
Morris Jobke 2020-11-20 21:29:47 +01:00 committed by GitHub
commit 29adbf8ff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ class Client implements IClient {
}
// 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);