diff -r c8cf918ee7ea -r f1691e685c49 graphics/LD_Objects.py --- 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)