Spelling Mistake
Original Reporter info from Mantis: dbannon @davidbannon
-
Reporter name: David
Original Reporter info from Mantis: dbannon @davidbannon
- Reporter name: David
Description:
OK, sounds pedantic (and I am a poor speller myself). But when I submit my app to Debian, they scan the binary for "frequently mis-spellings". And "occured" comes up in binaries linked to GTK2.
Attached are four patches that fix the ones that are, or might be detected. I have addressed only ones where text is stored in the binary (as a warning or error message), not Identifiers.
Steps to reproduce:
Run strings some_gtk2_binary | grep occured [enter]
Additional information:
I have provide four separate patches because I, myself, am always uncomfortable using patches that cover more than one file. Sorry if you don't share my conservatism. None of the patches change anything other than string literals, obviously no dependencies between them.
As well as dealing with some in GTK2 (two files) I have also dealt with two of the same problems in components/opengl, while not of personal interest to me, need fixing.
There are still some similar errors in GTK (1) but I don't think that will be an issue for anyone.