diff options
| author | 2022-01-08 16:25:17 +0100 | |
|---|---|---|
| committer | 2022-01-08 16:25:17 +0100 | |
| commit | 916df412f5b6f7fb9bcfb705a3c8c23e35304410 (patch) | |
| tree | d87c483688575cb5a6b674849e2aefa2052116c8 /lib/lib_install.php | |
| parent | 127b7f0a3aad7012055c058e8aba0d27192a8cbc (diff) | |
Fix various typos and spelling errors in documentation, comments and code. (#4134)
Diffstat (limited to 'lib/lib_install.php')
| -rw-r--r-- | lib/lib_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_install.php b/lib/lib_install.php index 886fff54c..494ddc6dd 100644 --- a/lib/lib_install.php +++ b/lib/lib_install.php @@ -106,7 +106,7 @@ function initDb() { $db['base'] = $dbBase; $conf->db = $db; if ($databaseDAO != null) { - //Perfom database auto-creation + //Perform database auto-creation $databaseDAO->create(); } } |
