diff options
| author | Thomas Kluyver <takowl@gmail.com> | 2013-04-24 22:53:19 +0100 |
|---|---|---|
| committer | Thomas Kluyver <takowl@gmail.com> | 2013-04-24 22:53:19 +0100 |
| commit | 0acc0f375d60387d227712a405afd8708119b845 (patch) | |
| tree | 3e26c310f925111b8edb7c1bc4760774741b27e2 /weatbag | |
| parent | 0436b931c9941f5ac49198cffe4c88fd555ed67b (diff) | |
Fix spelling in comments
Diffstat (limited to 'weatbag')
| -rw-r--r-- | weatbag/tiles/s1e1.py | 2 | ||||
| -rw-r--r-- | weatbag/tiles/s2e1.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/weatbag/tiles/s1e1.py b/weatbag/tiles/s1e1.py index 8a217e0..2ae2a57 100644 --- a/weatbag/tiles/s1e1.py +++ b/weatbag/tiles/s1e1.py @@ -1,7 +1,7 @@ # First bug quest tile. # # To future hackers: -# This is part of a short quest which beggins by +# This is part of a short quest which begins by # going South from e1. Plase consider this when coding neighbouring tiles. # thnx :) from weatbag import words diff --git a/weatbag/tiles/s2e1.py b/weatbag/tiles/s2e1.py index f09581f..78eddfb 100644 --- a/weatbag/tiles/s2e1.py +++ b/weatbag/tiles/s2e1.py @@ -1,7 +1,7 @@ # Second and final bug quest tile. # # To future hackers: -# This is part of a short quest which beggins by +# This is part of a short quest which begins by # going South from e1. Plase consider this when coding neighbouring tiles. # thnx :) from weatbag import words |
