Browse Source

changed comment

Dave Schuyler 21 years ago
parent
commit
f876dd883d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/task/Task.py

+ 1 - 1
direct/src/task/Task.py

@@ -897,7 +897,7 @@ class TaskManager:
         return TaskManagerPanel.TaskManagerPanel(self)
 
     def __getTimeFrame(self):
-        # WARNING: If you are testing tasks without an igloop,
+        # WARNING: If you are testing tasks without an igLoop,
         # you must manually tick the clock        
         # Ask for the time last frame
         return globalClock.getFrameTime(), globalClock.getFrameCount()