Comment 3 for bug 176684

Revision history for this message
Mats (matsben) wrote : Re: [Bug 176684] Spell checking not possible on Mac OS X: aspell not found

From the systems perspective you are missing /sw/bin/in your shells
PATH variable. So this is a system misconfiguration. As a fallback I
have added:

    if {$::tcl_platform(os) eq "Darwin"} {
 # Seems not always in PATH variable.
 spell::addautopath /sw/bin/
    }