Hello there,
I am not sure here is the right place to mention this, but
I still think it will be cool, if there is some spell checking
before posting news on php.net. There are mistakes like
the word 'Addded' -> perhaps should be 'Added'.
This thing lead me to the idea, of spell checker who logs
errors in database or file, and moderator is able to correct
the mistake easily or tell our dictionary program to add
this word. If you have such programming solutions please
leave me a note.
Best Regards, Dimitar Isusov
Hello there,
I am not sure here is the right place to mention this, but
I still think it will be cool, if there is some spell checking
before posting news on php.net. There are mistakes like
the word 'Addded' -> perhaps should be 'Added'.
The problem with doing such for a programming language-related
website is that 60% (I'm just making up a number for posterity) would
be marked as misspelled. And that would continue indefinitely as new
constructs, functions, classes, variables, resources, et cetera, are
added to the language and, in turn, the website.
--
</Dan>
Daniel P. Brown
Senior Unix Geek
<? while(1) { $me = $mind--; sleep(86400); } ?
Hello there,
I am not sure here is the right place to mention this, but
I still think it will be cool, if there is some spell checking
before posting news on php.net. There are mistakes like
the word 'Addded' -> perhaps should be 'Added'.
Thankfully everyone can point out spelling/grammar mistakes on our
websites and let us know about them :)
This one was fixed earlier today (thanks for the heads up btw!), if
you find more feel free to file a bug report
(http://bugs.php.net/report.php classified as "Website problem") or
mail webmaster@php.net.
-Hannes