cd / #change to cygwin root dir impt! tar zxvf [path/to/tarball/]cygwin-1.3-bin.tar.gz
C:\cygwin\usr\local\bin;C:\cygwin\bin
Now Windows can find both ispell.exe and cygwin1.dll.
C:\Documents and Settings\luser>ispell -v @(#) International Ispell Version 3.2.06 08/01/01 @(#) Copyright (c), 1983, by Pace Willisson @(#) International version Copyright (c) 1987, 1988, 1990-1995, 1999, @(#) 2001, by Geoff Kuenning, Claremont, CA. All rights reserved. ...
If you don't see that ispell output, there's probably something wrong with your PATH variable.
Another option might be to compile the source here http://fmg-www.cs.ucla.edu/geoff/tars/ispell-3.3.02.tar.gz under Cygwin. I ran into missing programs and was too impatient to go through that.