Merge pull request #2647 from skiral/patch-1

fix misspell
This commit is contained in:
Alex Beregszaszi 2017-07-27 00:46:43 +01:00 committed by GitHub
commit 16ca1eea78

View File

@ -14,7 +14,7 @@ the source code is often available.
Of course you always have to consider how much is at stake: Of course you always have to consider how much is at stake:
You can compare a smart contract with a web service that is open to the You can compare a smart contract with a web service that is open to the
public (and thus, also to malicous actors) and perhaps even open source. public (and thus, also to malicious actors) and perhaps even open source.
If you only store your grocery list on that web service, you might not have If you only store your grocery list on that web service, you might not have
to take too much care, but if you manage your bank account using that web service, to take too much care, but if you manage your bank account using that web service,
you should be more careful. you should be more careful.