aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-07-27 07:46:43 +0800
committerGitHub <noreply@github.com>2017-07-27 07:46:43 +0800
commit16ca1eea78d476de3fd52ebdd9dcfb6fa5610aa6 (patch)
tree7fd406c51710cc02d71b2a279ed8a68435d381ec
parenta605e4eb957f65ab172015bd4f03ee56445a9f91 (diff)
parent7f7927fd1d1b33394f46ebf11ab32187f7472136 (diff)
downloaddexon-solidity-16ca1eea78d476de3fd52ebdd9dcfb6fa5610aa6.tar
dexon-solidity-16ca1eea78d476de3fd52ebdd9dcfb6fa5610aa6.tar.gz
dexon-solidity-16ca1eea78d476de3fd52ebdd9dcfb6fa5610aa6.tar.bz2
dexon-solidity-16ca1eea78d476de3fd52ebdd9dcfb6fa5610aa6.tar.lz
dexon-solidity-16ca1eea78d476de3fd52ebdd9dcfb6fa5610aa6.tar.xz
dexon-solidity-16ca1eea78d476de3fd52ebdd9dcfb6fa5610aa6.tar.zst
dexon-solidity-16ca1eea78d476de3fd52ebdd9dcfb6fa5610aa6.zip
Merge pull request #2647 from skiral/patch-1
fix misspell
-rw-r--r--docs/security-considerations.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/security-considerations.rst b/docs/security-considerations.rst
index 658c12b2..9efc5721 100644
--- a/docs/security-considerations.rst
+++ b/docs/security-considerations.rst
@@ -14,7 +14,7 @@ the source code is often available.
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
-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
to take too much care, but if you manage your bank account using that web service,
you should be more careful.