From 3affc38a25ddcf8466b37b1ccf651e715135cd2d Mon Sep 17 00:00:00 2001
From: crokkon <33018033+crokkon@users.noreply.github.com>
Date: Mon, 4 Jun 2018 07:45:57 +0200
Subject: [PATCH] beem/memo.py: documentation update

---
 beem/memo.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/beem/memo.py b/beem/memo.py
index bfb926a8..ea015e95 100644
--- a/beem/memo.py
+++ b/beem/memo.py
@@ -52,12 +52,12 @@ class Memo(object):
 
         In Steem, memos are AES-256 encrypted with a shared secret between sender and
         receiver. It is derived from the memo private key of the sender and the memo
-        publick key of the receiver.
+        public key of the receiver.
 
         In order for the receiver to decode the memo, the shared secret has to be
         derived from the receiver's private key and the senders public key.
 
-        The memo public key is part of the account and can be retreived with the
+        The memo public key is part of the account and can be retrieved with the
         `get_account` call:
 
         .. code-block:: js
-- 
GitLab