graphics/LD_Objects.py
changeset 7 f1691e685c49
parent 5 f8652b073e84
child 8 7ceec5c40d77
--- a/graphics/LD_Objects.py	Fri Apr 06 18:06:00 2007 +0200
+++ b/graphics/LD_Objects.py	Tue Apr 10 18:02:40 2007 +0200
@@ -133,7 +133,7 @@
             position += LD_LINE_SIZE
         self.RefreshConnected()
     
-    # Refresh the position of wires connefcted to power rail
+    # Refresh the position of wires connected to power rail
     def RefreshConnected(self, exclude = []):
         for connector in self.Connectors:
             connector.MoveConnected(exclude)