correct typo in doc

This commit is contained in:
Strong Liu 2011-10-20 02:01:43 +08:00
parent bace702440
commit fcc80c8262
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)