From 916df412f5b6f7fb9bcfb705a3c8c23e35304410 Mon Sep 17 00:00:00 2001 From: Thomas Renes Date: Sat, 8 Jan 2022 16:25:17 +0100 Subject: Fix various typos and spelling errors in documentation, comments and code. (#4134) --- lib/lib_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lib_install.php') 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(); } } -- cgit v1.2.3