<blockquote>
<pre><code>./tagmanager/ctags/vhdl.c:71: atribute  ==> attribute
./tagmanager/ctags/vhdl.c:71: atributes  ==> attributes
</code></pre>
</blockquote>

<p>We can fix those, because upstream CTags doesn't have them, and they aren't used at all in fact.  Fixed in <a href="https://github.com/geany/geany/commit/4a2890667e47af88212819e85061948f82788ad5" class="commit-link"><tt>4a28906</tt></a></p>

<blockquote>
<p><code>./data/filetypes.fortran:7: inot  ==> into</code><br>
<code>./data/filetypes.f77:23: inot  ==> into</code></p>
</blockquote>

<p>This actually isn't a typo.  AIUI it means "i not", which seems to be <code>not</code> on some some kind of short integer in Fortran. (see <a href="http://physik.uibk.ac.at/hephy/praktikum/fortran_manual.pdf">http://physik.uibk.ac.at/hephy/praktikum/fortran_manual.pdf</a>, p195).</p>

<blockquote>
<p><code>./data/php.tags:3358: lenght  ==> length</code></p>
</blockquote>

<p>This is auto-generated from PHP's docs, so we don't really want to fix this manually.  It's buggy uptream too in the signature: <a href="https://secure.php.net/manual/en/function.ps-open-image.php">https://secure.php.net/manual/en/function.ps-open-image.php</a></p>

<blockquote>
<p><code>(ignored, because these are "ancient" changelogs)</code> […]</p>
</blockquote>

<p>We could fix those, but it probably doesn't matter much indeed.</p>

<blockquote>
<p><code>(ignored, because these are very consistent)</code></p>
</blockquote>

<p>We could fix this too, but it's in a test file we didn't even write ourselves, so I'd just ignore those.</p>

<blockquote>
<p><code>(ignored, because these are variable names)</code></p>
</blockquote>

<p>ditto</p>

<blockquote>
<pre><code>(ignored, because I don't wanna go full grammar-nazi on you)
./tests/ctags/3526726.tex:688: wont  ==> won't, wont
./tests/ctags/bug726712.f90:70: wont  ==> won't, wont
./tests/ctags/mode.php:97: WONT  ==> WON'T, WONT
./scintilla/src/ScintillaBase.cxx:279: Wont  ==> Won't, wont
./scintilla/src/ScintillaBase.cxx:308: Wont  ==> Won't, wont
</code></pre>
</blockquote>

<p>Those are either in Scintilla (upstream project as <a href="https://github.com/elextr" class="user-mention">@elextr</a> pointed out), or in some test files, so I don't really care.  Though maybe a naive person not knowing "won't" might get confused as "wont" an actual word.  But well.</p>

<blockquote>
<p><code>./tagmanager/src/tm_workspace.c:1172: wanna  ==> want to  | disabled because one might want to allow informal pronunciation</code></p>
</blockquote>

<p>I'd fix this one, but I'll leave it for now as another PR will remove the whole function and I don't want to create merge conflicts just for this.</p>

<hr>

<p>BTW, thanks a bunch for this tireless hunting!</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/pull/849#issuecomment-169323514">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ7VbQA6k6WD2tQGOvuTpsXkF_7Iiks5pXQ9EgaJpZM4G9vlT.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/pull/849#issuecomment-169323514"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>