mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Correct a typo
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
519fad9206
commit
94e05ea919
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class SupportedDatabase implements ISetupCheck {
|
|||
} elseif ($databasePlatform instanceof SqlitePlatform) {
|
||||
$version = 'Sqlite';
|
||||
} else {
|
||||
return SetupResult::error($this->l10n->t('Unknown database plaform'));
|
||||
return SetupResult::error($this->l10n->t('Unknown database platform'));
|
||||
}
|
||||
return SetupResult::success($version);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue