Skip to content

Commit

Permalink
Fixes #1236 - fix versioncompare typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Dec 31, 2015
1 parent 8139563 commit ffdc948
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/docbook5/en/source/chapters/projcomponents.xml
Expand Up @@ -490,10 +490,10 @@
</sect2>

<sect2 xml:id="conditions.versioncompare">
<title><literal>version-compare</literal></title>
<title><literal>versioncompare</literal></title>
<para>Compares two given versions</para>
<table>
<title>version-compare Attributes</title>
<title>versioncompare Attributes</title>
<tgroup cols="3">
<colspec colname="attribute" colnum="1" colwidth="1*"/>
<colspec colname="description" colnum="2" colwidth="2*"/>
Expand Down Expand Up @@ -530,7 +530,7 @@
</tbody>
</tgroup>
</table>
<programlisting language="xml">&lt;version-compare version="${aProperty}" desiredVersion="1.3" operator="gt" /&gt;</programlisting>
<programlisting language="xml">&lt;versioncompare version="${aProperty}" desiredVersion="1.3" operator="gt" /&gt;</programlisting>
<para>This condition internally uses PHP version_compare(). Operators and behavior are the same.</para>
</sect2>
<sect2 xml:id="conditions.http">
Expand Down
2 changes: 1 addition & 1 deletion etc/phing-grammar.rng
Expand Up @@ -5207,7 +5207,7 @@
</define>

<define name="versioncompare">
<element name="version-compare">
<element name="versioncompare">
<interleave>
<attribute name="version"/>
<attribute name="desiredVersion"/>
Expand Down

0 comments on commit ffdc948

Please sign in to comment.