correct typo in doc

This commit is contained in:
Strong Liu 2011-10-20 02:01:23 +08:00
parent 09d40d1785
commit 5e668a039f
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ from Cat cat</programlisting>
</itemizedlist>
<para>You may use arithmetic operators, concatenation, and recognized SQL
functions in the select clause (dpending on configured dialect, HQL
functions in the select clause (depending on configured dialect, HQL
specific feature):</para>
<programlisting>select cat.weight + sum(kitten.weight)