Ignore:
Timestamp:
02/08/10 20:01:39 (2 years ago)
Author:
azawawi
Message:

Fixed spelling typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Task/PPI/LexicalReplaceVariable.pm

    r10436 r10634  
    2121  my $replacer = Padre::Task::PPI::LexicalReplaceVariable->new( 
    2222          document    => $document_obj, 
    23           location    => [$line, $column], # the position of *any* occurrance of the variable 
     23          location    => [$line, $column], # the position of *any* occurrence of the variable 
    2424          replacement => '$foo', 
    2525  ); 
Note: See TracChangeset for help on using the changeset viewer.