From 8fb2c0d3c1379b12650a995d400e5e763bd3368d Mon Sep 17 00:00:00 2001
From: greatroar <@>
Date: Fri, 6 Mar 2020 09:58:45 +0100
Subject: [PATCH] Typo in crypto test name

---
 internal/crypto/crypto_int_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/crypto/crypto_int_test.go b/internal/crypto/crypto_int_test.go
index 769f34d1e..a370ef32e 100644
--- a/internal/crypto/crypto_int_test.go
+++ b/internal/crypto/crypto_int_test.go
@@ -164,7 +164,7 @@ func TestCrypto(t *testing.T) {
 	}
 }
 
-func TestNonceVadlid(t *testing.T) {
+func TestNonceValid(t *testing.T) {
 	nonce := make([]byte, ivSize)
 
 	if validNonce(nonce) {