Hi, I did install it on i386 and amd64. It does install cleanly for me, but I wasn't able to learn how to use it. I couldn't figure it out in the absence of a man file. I did see a rundown of how to use it in the WWW field after doing "pkg_info misspell".
I created a file /tmp/text.txt. Put the following text in it: ---- I live in the UK. My favourite colour is bleu. Bye Now ----- Output received was: ``` misspell -locale US text.txt text.txt:3:3: "favourite" is a misspelling of "favorite" text.txt:3:13: "colour" is a misspelling of "color" ``` Regards Ampie On Mon, 10 Jun 2019 at 11:11, Frederic Cambus <f...@statdns.com> wrote: > > On Fri, May 31, 2019 at 01:30:57PM +0200, Frederic Cambus wrote: > > > Here is a new port: textproc/misspell. > > > > This is my first Go port, so I hope I got things right. > > > > From DESCR: > > > > Correct commonly misspelled English words in source files. > > > > Comments? OK? > > Ping. > > Anyone willing to take a look? Thanks! >