Changeset 4192


Ignore:
Timestamp:
04/28/09 08:13:14 (3 years ago)
Author:
jquelin
Message:

comment update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-SpellCheck/lib/Padre/Plugin/SpellCheck/Engine.pm

    r4191 r4192  
    1414 
    1515use Class::XSAccessor accessors => { 
    16     _ignore  => '_ignore', 
     16    _ignore  => '_ignore',      # list of words to ignore 
    1717    _plugin  => '_plugin',      # ref to spellecheck plugin 
    18     _speller => '_speller', 
     18    _speller => '_speller',     # real text::aspell object 
    1919}; 
    2020use Text::Aspell; 
Note: See TracChangeset for help on using the changeset viewer.