Opened 3 years ago

Closed 2 years ago

Last modified 2 years ago

#6098 closed defect (fixed)

Typos in warning messages

Reported by: Ludovic Rousseau Owned by: bb
Priority: Should Have Milestone: Alpha 26
Component: Core engine Keywords:
Cc: Patch:

Description

After generating the Debian package the lintian tool reported spelling errors.

The complete list is:

I: 0ad: spelling-error-in-binary usr/games/pyrogenesis Recieved Received
N:
I: spelling-error-in-binary
N:
N:   Lintian found a spelling error in the given binary. Lintian has a list
N:   of common misspellings that it looks for. It does not have a
N:   dictionary like a spelling checker does.
N:   
N:   If the string containing the spelling error is translated with the
N:   help of gettext or a similar tool, please fix the error in the
N:   translations as well as the English text to avoid making the
N:   translations fuzzy. With gettext, for example, this means you should
N:   also fix the spelling mistake in the corresponding msgids in the *.po
N:   files.
N:   
N:   You can often find the word in the source code by running:
N:   
N:    grep -rw <word> <source-tree>
N:   
N:   This tag may produce false positives for words that contain non-ASCII
N:   characters due to limitations in strings.
N:   
N:   Severity: info
N:   
N:   Check: binaries
N:
I: 0ad: spelling-error-in-binary usr/games/pyrogenesis Unknow Unknown
I: 0ad: spelling-error-in-binary usr/games/pyrogenesis missmatch mismatch
I: 0ad: spelling-error-in-binary usr/games/pyrogenesis removeable removable
I: 0ad: spelling-error-in-binary usr/games/pyrogenesis seperated separated
I: 0ad: spelling-error-in-binary usr/lib/games/0ad/libCollada.so instanciated instantiated
I: 0ad: spelling-error-in-binary usr/lib/games/0ad/libmozjs78-ps-release.so emited emitted
I: 0ad: spelling-error-in-binary usr/lib/games/0ad/libmozjs78-ps-release.so litle little
I: 0ad: spelling-error-in-binary usr/lib/games/0ad/libmozjs78-ps-release.so succeded succeeded
I: 0ad: spelling-error-in-binary usr/lib/games/0ad/libmozjs78-ps-release.so succesfully successfully

The errors from libmozjs78-ps-release.so and libCollada.so are outside of 0ad so I did not propose fixes for them.

Change History (6)

comment:1 by Ludovic Rousseau, 3 years ago

comment:2 by Freagarach, 3 years ago

You could have combined them into one patch :) Also, please upload using context.

in reply to:  2 comment:3 by Ludovic Rousseau, 3 years ago

Replying to Freagarach:

You could have combined them into one patch :) Also, please upload using context.

What do you mean by "upload using context"?

comment:4 by Imarok, 3 years ago

In 25033:

Fix typos in log and warn messages

Patch by: LudovicRousseau
Refs: #6098

Differential Revision: https://code.wildfiregames.com/D3659
Differential Revision: https://code.wildfiregames.com/D3660

comment:5 by bb, 2 years ago

Owner: set to bb
Resolution: fixed
Status: newclosed

In 26533:

removeable => removable

Patch By: LudovicRousseau
Comments By: vladislav, Nescio
Differential Revision: D3663

fixes #6098

comment:6 by bb, 2 years ago

Milestone: BacklogAlpha 26
Type: enhancementdefect
Note: See TracTickets for help on using tickets.