Simple typo in comments

This commit is contained in:
Carlos Ferreira 2020-11-20 20:01:28 +01:00 committed by backportbot[bot]
parent 30e24698d7
commit cf7fe02b43

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);