From d4cc7e31b3c994d853ebc2a8f89eeb80b0ac5f4b Mon Sep 17 00:00:00 2001
From: julmis <julmis>
Date: Sat, 21 Aug 2004 14:22:16 +0000
Subject: [PATCH] Fixed paths for aspell setting.

---
 config-dist.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config-dist.php b/config-dist.php
index aec2c3d9f2..006e5b9057 100644
--- a/config-dist.php
+++ b/config-dist.php
@@ -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
 
 
 //=========================================================================
-- 
2.39.5