Ok. I'll add that for next time. You'd think I'd know British spelling, but
I've obviously been in the US for too long...

On 2 July 2016 at 23:14, Paul Wise <p...@debian.org> wrote:

> On Sat, 2016-07-02 at 19:03 +0000, Debian Bug Tracking System wrote:
>
> > #829209: cypher-lint: colourise improvements
> >
> > It has been closed by Chris Leishman <ch...@leishman.org>.
>
> BTW, the variants that have been added are missing the 'u' character:
>
>       { "colorize", no_argument, NULL, COLORIZE_OPT },
>       { "colorise", no_argument, NULL, COLORIZE_OPT },
>       { "no-colorize", no_argument, NULL, NO_COLORIZE_OPT },
>       { "no-colorise", no_argument, NULL, NO_COLORIZE_OPT },
>
> I would suggest this instead:
>
>       { "colorize", no_argument, NULL, COLORIZE_OPT },
>       {
> "colourise", no_argument, NULL, COLORIZE_OPT },
>       { "no-colorize",
> no_argument, NULL, NO_COLORIZE_OPT },
>       { "no-colourise",
> no_argument, NULL, NO_COLORIZE_OPT },
>
> --
>
> bye,
> pabs
>
> https://wiki.debian.org/PaulWise
>

Reply via email to