about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 6ac2c5e..9a19e3c 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ write to the same databases used by Samba!
 
 * Concurrent reader and writer processes may safely operate on the
   same file.  This is great for MRI 1.8 and 1.9 where multi-core
-  performance is easiest to achieve processes and not threads.
+  performance is easiest to achieve with processes and not threads.
 
 * Fork-safe, you may fork and share the same TDB object in your parent
   and child processes.