[schilytools] that blody endanness-issue again
Friedhelm Mehnert
lists at friedhelms.net
Mon Sep 12 15:54:26 CEST 2022
Hello Robert,
I don't realy care if we spell it "endianness" or "endaness". I don't
insist on doing it my way.
The problem we have at the moment, is that the spelling is not
consistent througout the source and the documentation. Three different
spellings are used. This is not good, as i.e. calling a program with the
help-option gives another spelling as the manual page.
You have to decide one way or the other.
May I suggest, that to fix this once and for all, you do something like
this:
find . -type f -exec sed -i 's/endianes/endianess/g' {} +
find . -type f -exec sed -i 's/Endianes/Endianess/g' {} +
find . -type f -exec sed -i 's/ENDIANES/ENDIANESS/g' {} +
find . -type f -exec sed -i 's/endianness/endianess/g' {} +
find . -type f -exec sed -i 's/Endianness/Endianess/g' {} +
find . -type f -exec sed -i 's/ENDIANNESS/ENDIANESS/g' {} +
git restore ANNOUNCEMENTS/*
git restore AN-*
git restore <your-license-text>
git commit -m 'Fix the damn endianess-issue once and for all'
I accidently corrected some spellings that have not been wrong. I simply
used aspell and the directory, that comes with it, to find errors. I'm
sorry, if that causes some confusion and additional work for you.
Unfortunately Jörg wrote a lot of documentation and there are a lot of
typos as well...
Best Regards
Friedhelm
More information about the schilytools
mailing list