aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-01 08:33:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-01 08:33:19 +0200
commit33cf3229b600de0e0322644cc22693a2b6044674 (patch)
treedae664f9a4a2d3393301c021c7d19980dd8d4ead
parentdc8481eea952624c12d1adea722d96a93ccc6449 (diff)
Proofreading changes to Oracle documentation
-rw-r--r--doc/manual.xhtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 580cb91..422b92d 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -12673,7 +12673,7 @@ namespace odb
<p>The static <code>print_usage()</code> function prints the list of options
with short descriptions that are recognized by this constructor.</p>
- <p>Additionally, all the constructs have the <code>charset</code>,
+ <p>Additionally, all the constructors have the <code>charset</code>,
<code>ncharset</code>, and <code>environment</code> arguments.
The <code>charset</code> argument specifies the client-side database
character encoding. Character data corresponding to the <code>CHAR</code>,
@@ -13753,7 +13753,7 @@ class Person
<p>The <code>basic</code> sub-profile also provides support
for mapping <code>QString</code> to the <code>CHAR</code>,
<code>NCHAR</code>, and <code>NVARCHAR</code> MySQL types.
- However, these altenative mappings have to be explicitly
+ However, these alternative mappings have to be explicitly
requested using the <code>db&nbsp;type</code> pragma
(<a href="#12.4.3">Section 12.4.3, "type"</a>), as show in
the following example:</p>
@@ -13833,7 +13833,7 @@ class Person
<p>The <code>basic</code> sub-profile also provides support
for mapping <code>QString</code> to the <code>CHAR</code>,
and <code>VARCHAR</code> PostgreSQL types.
- However, these altenative mappings have to be explicitly
+ However, these alternative mappings have to be explicitly
requested using the <code>db&nbsp;type</code> pragma
(<a href="#12.4.3">Section 12.4.3, "type"</a>), as show in
the following example:</p>
@@ -13883,7 +13883,7 @@ class Person
for mapping <code>QString</code> to the <code>CHAR</code>,
<code>NCHAR</code>, <code>NVARCHAR</code>, <code>CLOB</code> and
<code>NCLOB</code> Oracle types, and for mapping <code>QByteArray</code>
- to the <code>RAW</code> Oracle type. However, these altenative
+ to the <code>RAW</code> Oracle type. However, these alternative
mappings have to be explicitly requested using the <code>db&nbsp;type</code>
pragma (<a href="#12.4.3">Section 12.4.3, "type"</a>), as show in the
following example:</p>