From 9ff68c4826a21622892b1c2149900f85e856c9be Mon Sep 17 00:00:00 2001
From: Matt Silverlock <matt@eatsleeprepeat.net>
Date: Sat, 16 May 2015 17:53:12 +0000
Subject: Fixed typo - TestEncription => TestEncryption

---
 securecookie_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'securecookie_test.go')

diff --git a/securecookie_test.go b/securecookie_test.go
index 9daa3b7..8b984ee 100644
--- a/securecookie_test.go
+++ b/securecookie_test.go
@@ -101,7 +101,7 @@ func TestAuthentication(t *testing.T) {
 	}
 }
 
-func TestEncription(t *testing.T) {
+func TestEncryption(t *testing.T) {
 	block, err := aes.NewCipher([]byte("1234567890123456"))
 	if err != nil {
 		t.Fatalf("Block could not be created")
-- 
cgit v1.2.3