From ee6ec3faf37c05b5cf3c2cfbcc27beff6d4ccd44 Mon Sep 17 00:00:00 2001 From: Don Alfons Nisnoni Date: Wed, 30 Oct 2019 00:59:55 +0800 Subject: [PATCH] crypto: fix a typo --- vlib/crypto/rand/rand.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/crypto/rand/rand.v b/vlib/crypto/rand/rand.v index e382cda07d..0a8068b11f 100644 --- a/vlib/crypto/rand/rand.v +++ b/vlib/crypto/rand/rand.v @@ -5,7 +5,7 @@ module rand const ( - read_error = error('crypro.rand.read() error reading random bytes') + read_error = error('crypto.rand.read() error reading random bytes') ) // NOTE: temp until we have []bytes(buff)