From: julmis Date: Sat, 21 Aug 2004 14:22:16 +0000 (+0000) Subject: Fixed paths for aspell setting. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d4cc7e31b3c994d853ebc2a8f89eeb80b0ac5f4b;p=moodle.git Fixed paths for aspell setting. --- diff --git a/config-dist.php b/config-dist.php index aec2c3d9f2..006e5b9057 100644 --- a/config-dist.php +++ b/config-dist.php @@ -169,8 +169,8 @@ $CFG->admin = 'admin'; // $CFG->loginhttps = true; // // Aspell path. Required aspell installed on your server (0.50.1 or newer) -// $CFG->aspellpath '/usr/bin/aspell'; // *nix -// $CFG->aspellpath '"c:\path\to\aspell\aspell.exe"'; // Windows +// $CFG->aspellpath = '/usr/bin/aspell'; // *nix +// $CFG->aspellpath = '"c:\path\to\aspell\aspell.exe"'; // Windows //=========================================================================