about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-06 17:56:50 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-06 17:56:50 -0800
commit203e6a434475b9c45c806698ae12d403fe2723b7 (patch)
tree931c3e9c686cd06e7bb1aa905464de4dc0282ad0
parent76a68577ce61c02689ad450c054b69bf1a8d6f60 (diff)
downloadruby-tdb-203e6a434475b9c45c806698ae12d403fe2723b7.tar.gz
Oops.
-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.