From fe15859baf1617a605df89319bf82db9634263b4 Mon Sep 17 00:00:00 2001
From: Sergey Matveev <stargrave@stargrave.org>
Date: Sun, 3 Feb 2019 15:52:19 +0300
Subject: [PATCH] Typo

---
 randomart.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/randomart.py b/randomart.py
index 8d26931..26b9384 100644
--- a/randomart.py
+++ b/randomart.py
@@ -1,5 +1,5 @@
 def randomart(dgst, header="DIGEST"):
-    """Drunked-bishop algorithm for visualizing random art of the digest
+    """Drunken-bishop algorithm for visualizing random art of the digest
     """
     augmentation = " .o+=*BOX@%&#/^SE"
     max_len = len(augmentation) - 1
-- 
2.51.0