]> git.mjollnir.org Git - moodle.git/commitdiff
Formatting
authormoodler <moodler>
Sat, 21 Aug 2004 14:32:57 +0000 (14:32 +0000)
committermoodler <moodler>
Sat, 21 Aug 2004 14:32:57 +0000 (14:32 +0000)
config-dist.php

index 006e5b905740631222e7383fbf868fb8ab5b2def..b522a48a98a659fb5862025a29fc860b66ba4b2e 100644 (file)
@@ -168,9 +168,10 @@ $CFG->admin = 'admin';
 // web server.
 //      $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
+// To use spell-checking (experimental) define a path below to your
+// locally-installed copy of Aspell (0.50.1 or newer)
+//      $CFG->aspellpath = '/usr/bin/aspell'; // *nix
+//      $CFG->aspellpath = '"c:\path\to\aspell\aspell.exe"'; // Windows
 
 
 //=========================================================================