summaryrefslogtreecommitdiff
path: root/docs/porting/modscope.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/porting/modscope.html')
-rw-r--r--docs/porting/modscope.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/porting/modscope.html b/docs/porting/modscope.html
index 5161687b..f83fccaf 100644
--- a/docs/porting/modscope.html
+++ b/docs/porting/modscope.html
@@ -14,7 +14,7 @@
<body>
<div xmlns="" class="navheader">
<div class="libver">
- <p>Library Version 11.2.5.3</p>
+ <p>Library Version 12.1.6.1</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
@@ -625,7 +625,7 @@ You need to determine how your target platfrom handles these functions:
<p>
When the target platform does <span class="emphasis"><em>not</em></span> have a POSIX
function required by Berkeley DB, no action is required on your
- part. When Berekely DB cannot find one of these functions on the
+ part. When Berkeley DB cannot find one of these functions on the
target platform, it automatically uses the replacement functions
supplied in the <code class="literal">clib</code> directory of the Berkeley
DB distribution. For example, if the target platform does not have
@@ -636,7 +636,7 @@ You need to determine how your target platfrom handles these functions:
</li>
<li>
<p>
-When the target platform has a function required by Berekely DB, but that
+When the target platform has a function required by Berkeley DB, but that
function operates in a non-standard compliant way, you can code to the
replacement functions supplied in the <code class="literal">clib</code> directory.
</p>