OPENJPA-1585 merge doc typo fix from trunk r926699

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@926723 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-23 18:51:12 +00:00
parent e373482239
commit d4b77d61a4
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ Pretty-printing properties configuration might look like so:
</indexterm>
<literal>openjpa.jdbc.SQLDiag</literal>: This logging channel provides additional
information about entity actitvies such as create, find, update or delete, and eager
loading of relation or field properties. If you enable this channel, it is recommanded
loading of relation or field properties. If you enable this channel, it is recommended
that <literal>openjpa.jdbc.SQL</literal> channel is also enabled.
The additional trace can help you relate the entity activities to the execution of
SQL statements that OpenJPA issued to the datastore.