Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/talogo.py
diff options
context:
space:
mode:
Diffstat (limited to 'talogo.py')
-rw-r--r--talogo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/talogo.py b/talogo.py
index e7b3f7d..b2a0251 100644
--- a/talogo.py
+++ b/talogo.py
@@ -655,7 +655,7 @@ def box(lc,x):
raise logoerror("#emptybox")
def loadmyblock(lc,x):
- # execute code inported from the Journal
+ # Execute code imported from the Journal
if lc.tw.myblock is not None:
y = myfunc_import(lc, lc.tw.myblock, x)
else: