From 6c0f8a33b321454783a086e1eaa8ed5940d35e34 Mon Sep 17 00:00:00 2001 From: samr7 Date: Fri, 29 Jun 2012 07:12:48 -0700 Subject: [PATCH] Fix a typo in the README. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index b78b3ca..c2c4790 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ lists of prefixes will have little effect on search rate. Searching for N regular expressions will have varied performance depending on the complexity of the expressions, but O(N) performance can be expected. -By defaut, vanitygen will spawn one worker thread for each CPU in your +By default, vanitygen will spawn one worker thread for each CPU in your system. If you wish to limit the number of worker threads created by vanitygen, use the "-t" option.