* Niels Thykier <[email protected]>, 2016-03-12, 18:28:
The string that makes Lintian unhappy is:
res.size() == static_cast<size_type>(w)
This is of course false positive. I don't know why Lintian glued "res"
and "size" together despite the dot between them...
I doubt that is the case. The "spelling-error-in-binary" tag uses
"strings -a" to get all strings and then checks those against its
dictionary.
$ strings -a /usr/bin/povray | grep -wF res.size
res.size() == static_cast<size_type>(w)
$ strings -a /usr/bin/povray | grep -wF res.size | spellintian
ressize -> resize
--
Jakub Wilk