<blockquote>
<p>Still being curious: where is the typo you mentioned? In the diff? In the title of this PR, then it is not fixed :).</p>
</blockquote>

<p>It was the commit message, but I forgot to update the title (which was autogenerated from the commit) :)</p>

<blockquote>
<p>And more related to the changes themselves: shouldn't other plugins which use <code>#include "geanyplugin.h"</code> also be affected? Or is there something special in SpellCheck from <code>cppcheck</code>'s POV?</p>
</blockquote>

<p>Apparently other plugins are not affected, yet I can't really tell you why.  All I can guess is that, as stated in the commit message, when you pass defines options to cppheck (<code>-Dsomething</code>) it starts requiring all <code>""</code> headers to be found -- maybe it tries running a preprocessor or something in this case?  As SpellCheck is the only plugin passing a <code>-D</code> option to cppcheck, it's the only one affected.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/393#issuecomment-193734149">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ4_l_jssQ_nV8vmuxbDBSAVlqNQ2ks5prVr7gaJpZM4HrEsl.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/393#issuecomment-193734149"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>