aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Smith <baggy@baggy.me.uk>2021-08-03 20:43:48 +0100
committerGitHub <noreply@github.com>2021-08-03 20:43:48 +0100
commit5bc78066f4e9806aa58944454bcace6ac29ba2f8 (patch)
treea08c47c0cc358d43c1330dfc7613dd6c24732f81
parent0e66d767320b820c91c296055227d1314c7cd921 (diff)
downloadperlweeklychallenge-club-5bc78066f4e9806aa58944454bcace6ac29ba2f8.tar.gz
perlweeklychallenge-club-5bc78066f4e9806aa58944454bcace6ac29ba2f8.tar.bz2
perlweeklychallenge-club-5bc78066f4e9806aa58944454bcace6ac29ba2f8.zip
Update ch-1.logo
-rw-r--r--challenge-124/james-smith/logo/ch-1.logo6
1 files changed, 3 insertions, 3 deletions
diff --git a/challenge-124/james-smith/logo/ch-1.logo b/challenge-124/james-smith/logo/ch-1.logo
index ea91021980..aa46fcb972 100644
--- a/challenge-124/james-smith/logo/ch-1.logo
+++ b/challenge-124/james-smith/logo/ch-1.logo
@@ -3,7 +3,7 @@
setpensize 4
pendown
-; first draw the cros - we are assuming
+; first draw the cross - we are assuming
; our initial direction is facing north
back 300
@@ -17,9 +17,9 @@ forward 150
; Now we are back at the cross - we are going to turn
; 89 degrees to the left to start our circle.. We will
-; use a 180 sided polygon inplace of the circle. We
+; use a 180 sided polygon in place of the circle. We
; then need to twist each side by 2 degrees. We start at
-; 89 rather than 90 so that the circle is symetric around
+; 89 rather than 90 so that the circle is symmetric around
; the N/S line (if we didn't it would be off to the right)
; alternatively we could have started with a line of length
; 5 and ended with another line of length 5 but this is