Re: spelling correction

2019-02-10 Thread Sebastian Benoit
Peter Hessler(phess...@theapt.org) on 2019.02.10 17:27:09 +0100: > $ grep -c nonexistant /usr/share/dict/words > 0 > $ grep -c nonexistent /usr/share/dict/words > 2 > > OK > > or if someone else wants to give me an OK I can commit this. ok. I have checked that /usr/share/man/nonexistent does i

Re: spelling correction

2019-02-10 Thread Peter Hessler
$ grep -c nonexistant /usr/share/dict/words 0 $ grep -c nonexistent /usr/share/dict/words 2 OK or if someone else wants to give me an OK I can commit this. On 2019 Feb 10 (Sun) at 11:13:04 -0500 (-0500), Pamela Mosiejczuk wrote: :Hi, :I noticed "non-existant" crop up in an error message and w

Re: Spelling correction for www/armv7.html

2016-06-09 Thread Theo Buehler
fixed, thanks.

Spelling correction for www/armv7.html

2016-06-09 Thread Tom Cosgrove
Thanks Tom Index: www/armv7.html === RCS file: /home/OpenBSD/cvs/www/armv7.html,v retrieving revision 1.26 diff -u -p -u -r1.26 armv7.html --- www/armv7.html 29 May 2016 14:44:33 - 1.26 +++ www/armv7.html 9 Jun 20

Re: spelling correction for libressl verify.pod

2014-05-25 Thread Jason McIntyre
On Sat, May 24, 2014 at 11:37:34PM -0700, Loganaden Velvindron wrote: > Hi All, > > From OpenSSL RT 3355: > > Index: doc/apps/verify.pod > === > RCS file: /cvs/src/lib/libssl/src/doc/apps/verify.pod,v > retrieving revision 1.8 > diff

spelling correction for libressl verify.pod

2014-05-24 Thread Loganaden Velvindron
Hi All, >From OpenSSL RT 3355: Index: doc/apps/verify.pod === RCS file: /cvs/src/lib/libssl/src/doc/apps/verify.pod,v retrieving revision 1.8 diff -u -p -u -p -r1.8 verify.pod --- doc/apps/verify.pod 4 May 2014 20:31:33 - 1