]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed paths for aspell setting.
authorjulmis <julmis>
Sat, 21 Aug 2004 14:22:16 +0000 (14:22 +0000)
committerjulmis <julmis>
Sat, 21 Aug 2004 14:22:16 +0000 (14:22 +0000)
config-dist.php

index aec2c3d9f22b56b1289a121588e184eb5c297071..006e5b905740631222e7383fbf868fb8ab5b2def 100644 (file)
@@ -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
 
 
 //=========================================================================