From 3d3cb923b19f4969dc31933016e043bf8fd9430a Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 21 Aug 2004 14:32:57 +0000 Subject: [PATCH] Formatting --- config-dist.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config-dist.php b/config-dist.php index 006e5b9057..b522a48a98 100644 --- a/config-dist.php +++ b/config-dist.php @@ -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 //========================================================================= -- 2.39.5