Formatting

This commit is contained in:
moodler
2004-08-21 14:32:57 +00:00
parent d4cc7e31b3
commit 3d3cb923b1
+4 -3
View 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
//=========================================================================