<div dir="ltr">HI all,<div><br></div><div>Recently I have seen a few patches fixing a few typos.  I would like to point out a really nifty tool to detect commonly misspelled words.  So next time you want to fix a typo, instead of just fixing a single one you can go ahead and fix a whole bunch.<br>


<div><br></div><div><a href="https://github.com/lyda/misspell-check" target="_blank">https://github.com/lyda/misspell-check</a><br></div></div><div><br></div><div>To install it:</div><div><span style="color:rgb(51,51,51);font-family:'Ubuntu Mono',monospace;font-size:12px;line-height:18px">  $ pip install misspellings</span></div>


<div><br></div><div>To use it in your favorite openstack repo:</div><div><span style="color:rgb(51,51,51);font-family:'Ubuntu Mono',monospace;font-size:12px;line-height:18px"> $ git ls-files | grep -v locale | misspellings -f -</span><br>


</div><div><br></div><div><br></div><div>Sample output:</div><div><br></div><div><a href="http://paste.openstack.org/show/54354" target="_blank">http://paste.openstack.org/show/54354</a></div><div><br></div><div><br></div>

<div>best,</div>
<div>Joe</div></div>