mark wrote:
> -             *      Compare with superrclass that uses SocketWrapper
> +             *      Compare with superclass that uses SocketWrapper

Fwiw, I finally posted my spelling scripts at https://github.com/jsoref/spelling

If you wanted to, you could have a script that did:
```sh
mv repo.words repo.old;
f repo > repo.words
diff -U0 repo.old repo.words|perl -ne 'next unless s/^\+([^+])/$1/; print'
```
It doesn't really matter if you run the script after every commit or
between releases. The result will show you only the newly added
"tokens"

For what it's worth, if you ran that script against before/after this
commit, you'd see that `reponse` was added:
+        pw.print("This reponse should include trailer fields.");

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to