diagram: fix a typo in a comment s/con/cos/
authorAntonio Ospite <ao2@ao2.it>
Wed, 27 Jun 2018 18:02:30 +0000 (20:02 +0200)
committerAntonio Ospite <ao2@ao2.it>
Thu, 28 Jun 2018 14:45:09 +0000 (16:45 +0200)
src/diagram/diagram.py

index ec45e5c..e6c51c4 100755 (executable)
@@ -162,7 +162,7 @@ class Diagram(object):
         #      | 0  0       1 |
         #
         #      | cos(theta)  -sin(theta)  0 |
         #      | 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 |
         #      |          0            0  1 |
         #
         #      | 1  0  dest_x |