The spelling fix backlash
[Posted March 5, 2003 by corbet]
Development kernels typically go through a stage where half of the patches
seem to be spelling fixes. Correcting misspellings is an easy way for
people to help improve the code base without having to understand locking
rules - or even the C language. For the most part these changes are, at
worst, harmless.
2.5 seems to have inspired a more thorough than usual cleanup effort,
however. People have been fixing punctuation problems, and there is even
a special kernel source spellchecker out
there. All this work has caused some developers to wonder if things aren't
going a little too far, especially the changes start breaking things. As Alan Cox put it:
People are going to far. Fixing typos that are confusing or
blatantly daft is one thing, but if you want to pick over
documentation line by line with a copy of Fowlers in hand the Gnome
and KDE projects would both love to have you working over their
documentation and end user manuals ;)
This is a good point: very few documentation projects complain about having
too many contributors. Improving documentation may not bring the
satisfaction of seeing your name in the kernel changelog, but it could well
be a better use of available time than correcting apostrophe errors in
kernel comments.
(
Log in to post comments)