Hi Timo
On Sat, 2020-08-15 at 11:42 +0300, Timo Lindfors wrote:
> Hi,
>
> changeset: 603:e73d11a8a2d6
> user: Mateusz Mowka <mat...@in...>
> date: Wed Jul 01 09:08:25 2020 +0200
> summary: Update lcptools-v2 to meet requirements from MLE DG rev16.
>
> seems to re-introduce spelling errors that were fixed in
>
> changeset: 590:2fbc7ec3b2c8
> user: Timo Juhani Lindfors <tim...@ik...>
> date: Sat May 09 20:59:11 2020 +0300
> summary: Fix spelling errors
>
> See e.g.
>
> if ( *out_file == '\0' ) {
> - ERROR("Error: no output file specified\n");
> + ERROR("Error: no ouput file specified\n");
> return 1;
> }
>
> Is this perhaps some merge conflict issue or does lcptool-v2 master data
> live in some other repository completely and that's why modifications made
> in tboot repository get overwritten?
>
> The complete list of spelling errors reported by the debian lintian tool
> is here:
>
> I: tboot: spelling-error-in-manpage usr/share/man/man8/lcp2_crtpollist.8.gz ouput output
> I: tboot: spelling-error-in-binary usr/sbin/lcp2_crtpol successfull successful
> I: tboot: spelling-error-in-binary usr/sbin/lcp2_crtpol defiend defined
> I: tboot: spelling-error-in-binary usr/sbin/lcp2_crtpolelt ouput output
> I: tboot: spelling-error-in-binary usr/sbin/lcp2_crtpolelt defiend defined
> I: tboot: spelling-error-in-binary usr/sbin/lcp2_crtpollist succesfully successfully
> I: tboot: spelling-error-in-binary usr/sbin/lcp2_crtpollist successfull successful
> I: tboot: spelling-error-in-binary usr/sbin/lcp2_crtpollist defiend defined
> I: tboot: spelling-error-in-binary usr/sbin/lcp2_mlehash ouput output
> I: tboot: spelling-error-in-binary usr/sbin/lcp2_mlehash Unknonw Unknown
> I: tboot: spelling-error-in-binary usr/sbin/lcp2_mlehash defiend defined
>
>
>
> -Timo
>
You are right, something gone wrong during merging. Fix will be pushed
in few days when I find a little free time.
Thanks,
Lukasz
|