Changeset 4251

Show
Ignore:
Timestamp:
07/08/08 13:01:21 (5 months ago)
Author:
nate
Message:

Fixed typos.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/ui/uiwx/dEditor.py

    r4249 r4251  
    19351935 
    19361936    def _setEOLMode(self, val): 
    1937         if _constructer(): 
     1937        if self._constructed(): 
    19381938            if val.lower() == "crlf": 
    19391939                self.SetEOLMode(stc.STC_EOL_CRLF)