From 85e3898e9c491206af904ebd9bc50998a6951f50 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 10 Nov 2017 13:16:06 +0200 Subject: [PATCH] Minor spelling fix --- examples/auctions/simple_open_auction.v.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/auctions/simple_open_auction.v.py b/examples/auctions/simple_open_auction.v.py index 557e017b9e..c270ce760a 100644 --- a/examples/auctions/simple_open_auction.v.py +++ b/examples/auctions/simple_open_auction.v.py @@ -1,7 +1,7 @@ # Open Auction # Auction params -# Beneficiary recieves money from the highest bidder +# Beneficiary receives money from the highest bidder beneficiary: public(address) auction_start: public(timestamp) auction_end: public(timestamp)