From 268a5cc1b8454f942d9c4000cfc1cf49716dd44f Mon Sep 17 00:00:00 2001
From: Nick Johnstone <ncwjohnstone@gmail.com>
Date: Mon, 22 May 2017 17:23:37 +1200
Subject: [PATCH] Fix typo (#50)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3dc188bac..b7e113f10 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ two operations:
    ciphertext
  * `decrypt(ciphertext, associated_data)`, which decrypts the given `ciphertext`
    (using `associated_data` as additional AEAD-input) and returns the resulting
-   ciphertext
+   plaintext
 
 Currently Tink already provides primitives for several common crryptographic
 operations (like symmetric encryption, message authentication codes, digital
-- 
GitLab