diff --git a/collects/framework/private/aspell.rkt b/collects/framework/private/aspell.rkt index b6621d052e..54eed6b3c0 100644 --- a/collects/framework/private/aspell.rkt +++ b/collects/framework/private/aspell.rkt @@ -19,8 +19,9 @@ (define aspell-candidate-paths '("/usr/bin" + "/bin" "/usr/local/bin" - "/bin")) + "/opt/local/bin/")) (define (find-aspell-binary-path) (define aspell (if (eq? (system-type) 'windows) "aspell.exe" "aspell"))