From: Antonio Ospite <ao2@ao2.it>
Date: Wed, 27 Jun 2018 18:02:30 +0000 (+0200)
Subject: diagram: fix a typo in a comment s/con/cos/
X-Git-Url: https://git.ao2.it/flexagon-toolkit.git/commitdiff_plain/6ed0df361ceb82dcd9fb592c910123a2d3a274ed?ds=inline;hp=23f35964b301e77eaa007aa75fe9f768f2761a5c

diagram: fix a typo in a comment s/con/cos/
---

diff --git a/src/diagram/diagram.py b/src/diagram/diagram.py
index ec45e5c..e6c51c4 100755
--- a/src/diagram/diagram.py
+++ b/src/diagram/diagram.py
@@ -162,7 +162,7 @@ class Diagram(object):
         #      | 0  0       1 |
         #
         #      | cos(theta)  -sin(theta)  0 |
-        # R  = | sin(theta)   con(theta)  0 |
+        # R  = | sin(theta)   cos(theta)  0 |
         #      |          0            0  1 |
         #
         #      | 1  0  dest_x |