Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisler committed Mar 24, 2021
1 parent 88a936b commit eb6dc6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.htm
Expand Up @@ -13,7 +13,7 @@
<BODY>
<div class="p1"><B>Changelog</B></div>
<div class="p2">&nbsp;</div>
<div class="p2">This list shows recent changes to the lister plugin interface:</div>
<div class="p2">This list shows recent changes to the content plugin interface:</div>
<div class="p2">&nbsp;</div>
<div class="p3"><span class="s1">2021.03.02 </span>Release specifications version 2.12</div>
<div class="p3"><span class="s1">2021.03.01 </span>Added new functions ContentFindValue and ContentGetSupportedOperators</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/contplug.h.htm
Expand Up @@ -11,7 +11,7 @@
<![endif]-->
</HEAD>
<BODY>
<div class="p4"><B>// Contents of file contplug.h version 2.10</B></div>
<div class="p4"><B>// Contents of file contplug.h version 2.12</B></div>
<div class="p4">&nbsp;</div>
<div class="p4"><B>#define ft_nomorefields 0</B></div>
<div class="p4"><B>#define ft_numeric_32 1</B></div>
Expand Down
2 changes: 1 addition & 1 deletion src/contplug.h
@@ -1,4 +1,4 @@
// Contents of file contplug.h version 2.10
// Contents of file contplug.h version 2.12

#define ft_nomorefields 0
#define ft_numeric_32 1
Expand Down

0 comments on commit eb6dc6d

Please sign in to comment.