summaryrefslogtreecommitdiff
path: root/src/site/fml
diff options
context:
space:
mode:
authordondo <dondo_seattle@users.sourceforge.net>2006-10-27 01:34:41 +0000
committerdondo <dondo_seattle@users.sourceforge.net>2006-10-27 01:34:41 +0000
commitcbec5615da090faae7843c38116c0e76976d659a (patch)
treebe0006e24de40158f4f402fa1fe0bd0578ed9d73 /src/site/fml
parent7688c07292e81ca71aed957cf3e5987fa6da47ef (diff)
Minor typo fixes for FAQ and Trademark policy
Diffstat (limited to 'src/site/fml')
-rw-r--r--src/site/fml/technical-faq.fml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/fml/technical-faq.fml b/src/site/fml/technical-faq.fml
index 74aee55..2980ba5 100644
--- a/src/site/fml/technical-faq.fml
+++ b/src/site/fml/technical-faq.fml
@@ -8,8 +8,8 @@
<p>
Carbonado uses shutdown hooks to make sure that all in progress transactions
are properly rolled back. If you hard-kill a process (kill -9), then the
-shutdown won't get run. This can cause a problem when using BDB. In either
-case, db_recover must be run to prevent future data corruption. BDB-JE is not
+shutdown won't get run. This can cause a problem when using BDB, and
+db_recover must be run to prevent future data corruption. BDB-JE is not
affected, however, as it automatically runs recovery upon restart.
</p>
</answer>