aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-22 16:48:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-22 16:48:21 +0200
commitf12b9121475a2eb80c61a9aa5d76a7bdb0885214 (patch)
tree476aca93d5af18c7ee6d85e3330dfe1e9221cc1f
parent379e7ab81208dfff4f6a49e2c725bbe3f70bfd8a (diff)
Fix typos in manual
-rw-r--r--doc/manual.xhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 52fc45c..d98474f 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -5328,7 +5328,7 @@ namespace odb
<code>persist()</code>, <code>load()</code>, <code>update()</code>,
etc., are implemented in terms of prepared statements that are cached
and reused. While the <code>query()</code>, <code>query_one()</code>,
- and <code>query_one()</code> database operations also use prepared
+ and <code>query_value()</code> database operations also use prepared
statements, these statements are not cached or reused by default since
ODB has no knowledge of whether a query will be executed multiple times
or only once. Instead, ODB provides a mechanism, called prepared queries,
@@ -10769,7 +10769,7 @@ struct employee_max_vacation
};
</pre>
- <p>Both the asociated table names and the column names can be qualified
+ <p>Both the associated table names and the column names can be qualified
with a database schema, for example:</p>
<pre class="cxx">