From f54cabb01fdf25d49010ea65bff22c8fee82b381 Mon Sep 17 00:00:00 2001 From: Raj Thakkar Date: Sun, 22 Oct 2017 20:49:59 +1100 Subject: [PATCH] Updated Readme.md - fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1843687..ccca2e8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ In the constructor of the Vault, you assign: ### Loading the Vault with Ether -This version of the vault only holds ether (once tested, it will be upgraded to hold tokens as well), ether can be sent directly to the vault (effectively using the fall back fucntion) or by calling `receiveEther()`. If tokens are sent to the Vault, at this point, they will be lost. +This version of the vault only holds ether (once tested, it will be upgraded to hold tokens as well), ether can be sent directly to the vault (effectively using the fall back function) or by calling `receiveEther()`. If tokens are sent to the Vault, at this point, they will be lost. ### Managing the White List of Authorized Spending Accounts