Skip to content

Commit 7304083

Browse files
Merge pull request #60202 from JoudAlqahtani/fix/typo-occurred-setupcheck
fix: correct typo 'occured' to 'occurred' in SetupCheckManager
2 parents 832caae + 76d325e commit 7304083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/SetupCheck/SetupCheckManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function runAll(): array {
3434
try {
3535
$setupResult = $setupCheckObject->run();
3636
} catch (\Throwable $t) {
37-
$setupResult = SetupResult::error("An exception occured while running the setup check:\n$t");
37+
$setupResult = SetupResult::error("An exception occurred while running the setup check:\n$t");
3838
$this->logger->error('Exception running check ' . get_class($setupCheckObject) . ': ' . $t->getMessage(), ['exception' => $t]);
3939
}
4040
$setupResult->setName($setupCheckObject->getName());

0 commit comments

Comments
 (0)