Fixed paths for aspell setting.

This commit is contained in:
julmis
2004-08-21 14:22:16 +00:00
parent 67ccec433e
commit d4cc7e31b3
+2 -2
View 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
//=========================================================================