Author: shawkins
Date: 2009-10-02 13:47:50 -0400 (Fri, 02 Oct 2009)
New Revision: 1519
Modified:
trunk/documentation/reference/src/main/docbook/en-US/content/procedures.xml
trunk/documentation/reference/src/main/docbook/en-US/content/sql_support.xml
trunk/documentation/reference/src/main/docbook/en-US/content/transaction_support.xml
Log:
TEIID-850 fixing misspellings
Modified: trunk/documentation/reference/src/main/docbook/en-US/content/procedures.xml
===================================================================
--- trunk/documentation/reference/src/main/docbook/en-US/content/procedures.xml 2009-10-02
00:36:59 UTC (rev 1518)
+++ trunk/documentation/reference/src/main/docbook/en-US/content/procedures.xml 2009-10-02
17:47:50 UTC (rev 1519)
@@ -315,7 +315,7 @@
</example>
</sect2>
<sect2>
- <title>Examle Virtual Procedures</title>
+ <title>Example Virtual Procedures</title>
<para>This example is a LOOP that walks through a cursored table and uses
CONTINUE and BREAK.</para>
<example>
<title>Virtual Procedure Using LOOP, CONTINUE, BREAK
Modified: trunk/documentation/reference/src/main/docbook/en-US/content/sql_support.xml
===================================================================
---
trunk/documentation/reference/src/main/docbook/en-US/content/sql_support.xml 2009-10-02
00:36:59 UTC (rev 1518)
+++
trunk/documentation/reference/src/main/docbook/en-US/content/sql_support.xml 2009-10-02
17:47:50 UTC (rev 1519)
@@ -699,7 +699,7 @@
MAKEDEP and MAKENOTDEP are hints used to control
<link linkend="dependent_join">dependent join</link>
behavior. They should only be used in situations where the optimizer
- does not chose the most optimal plan based upon query structure,
+ does not choose the most optimal plan based upon query structure,
metadata, and costing information.
</para>
</note>
Modified:
trunk/documentation/reference/src/main/docbook/en-US/content/transaction_support.xml
===================================================================
---
trunk/documentation/reference/src/main/docbook/en-US/content/transaction_support.xml 2009-10-02
00:36:59 UTC (rev 1518)
+++
trunk/documentation/reference/src/main/docbook/en-US/content/transaction_support.xml 2009-10-02
17:47:50 UTC (rev 1519)
@@ -84,7 +84,7 @@
</entry>
</row>
<row>
- <entry>PESSIMITIC</entry>
+ <entry>PESSIMISTIC</entry>
<entry>
Will automatically wrap commands in a transaction, but only if
the command seems to be
Show replies by date