Issue872

Title [PATCH-SCRIPT] Generic typo: "an other" -> "another"
Priority minor Status resolved
Assigned To fluzz Keywords
Linked issues Watchers fluzz

Submitted on 2016-11-11 09h57 by Snark, last changed by fluzz.

Messages
Author: Snark Date: 2016-11-11   09h57
Something like this should fix everything in one go:

find . -type f -exec sed -i \{\} -e "s/an other/another/g" \;
Author: fluzz Date: 2016-11-11   14h53
Well not really...

Only the 'source files' have to be changed (ChangeLog must not be touched, for
instance). And 'than others' must also not be changed int 'thanothers', right ?

But, it is not clear for me if "an other one" should not be kept when we want to
mean "a different one", "another one" being more equivalent to "an additional one".

Any English native speaker around ?
Author: fluzz Date: 2016-11-12   16h32
Done in commit 147cc20
History
Date User Action Args
2016-11-12 16:32:37fluzzsetstatus: open -> resolved
assignedto: fluzz
messages: + msg3385
nosy: + fluzz
2016-11-11 14:53:50fluzzsetmessages: + msg3384
2016-11-11 09:57:04Snarkcreate