crypto: fix a typo

pull/2589/head
Don Alfons Nisnoni 2019-10-30 00:59:55 +08:00 committed by Alexander Medvednikov
parent 79279e01f5
commit ee6ec3faf3
1 changed files with 1 additions and 1 deletions

View File

@ -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)