From 87a7157a7127f99537814f048bb0b779674a6cdd Mon Sep 17 00:00:00 2001
From: Gavin Andresen
Date: Tue, 12 Mar 2013 00:12:34 -0300
Subject: [PATCH] Update chainfork.html
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Fix typo: core developer is --> core developers are
---
chainfork.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/chainfork.html b/chainfork.html
index 123dba88..96f91c02 100644
--- a/chainfork.html
+++ b/chainfork.html
@@ -25,10 +25,11 @@ single block chain compatible with all bitcoin software.
Nothing. Your bitcoin software will switch to the correct chain automatically, no matter
which version you are running.
-Are my bitcoin safe?
+Are my bitcoins safe?
Yes.
-
I'm a merchant accepting bitcoins, what should I do?
+
+I'm a merchant accepting bitcoins, what should I do?
If you are running version 0.8.0, there is a small risk that payments with more than
6 confirmations could be double-spent on the 0.7-compatible blockchain. The risk is small
@@ -38,7 +39,7 @@ same transaction into the two sides of the chain.
What will be done
-The core developer is investigating exactly what causes the old versions to reject the new
+The core developers are investigating exactly what causes the old versions to reject the new
blocks, and will release a 0.8.1 version that avoids creating blocks that are incompatible with
older versions.