PHP spell checking tool

powerani

New Member
Is there such a tool that finds language/spelling errors in code comment and strings in PHP code? for example, \[code\]<?php$myVar = "Hollo World";//this is a code commont with spelling error/*this is anothor wrong comment*/?>\[/code\]If I run such a tool, then it will find 'Hollo', 'commont', and 'anothor' spelling errors for me.Thanks for any suggestion.
 
Back
Top