From cf12835f33392c5ded5b2780814693823eda2fe4 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Fri, 30 Jul 2010 14:52:41 +0000 Subject: [PATCH] fixed comment typo --- admin/cli/install_database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/cli/install_database.php b/admin/cli/install_database.php index bfd857cbecf..36335618c1d 100644 --- a/admin/cli/install_database.php +++ b/admin/cli/install_database.php @@ -19,7 +19,7 @@ * This installs Moodle into empty database, config.php must already exist. * * This script is intended for advanced usage such as in Debian packages. - * - sudo to www-data (apache acount) before + * - sudo to www-data (apache account) before * - not compatible with Windows platform * * @package core