Changeset 260


Ignore:
Timestamp:
12/31/10 17:53:32 (13 years ago)
Author:
nanardon
Message:
  • typo again
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Model/Help/POD.pm

    r250 r260  
    4141    my $botpom = $self->{pom}{'Chat::Cmd'}; 
    4242    foreach my $head1 ($botpom->content) { 
    43         $head1->title eq 'AVAILLABLE FUNCTIONS' or next; 
     43        $head1->title eq 'AVAILABLE FUNCTIONS' or next; 
    4444        return map { $_->title } $head1->content; 
    4545    } 
     
    5050    my $botpom = $self->{pom}{'Chat::Cmd'}; 
    5151    foreach my $head1 ($botpom->content) { 
    52         $head1->title eq 'AVAILLABLE FUNCTIONS' or next; 
     52        $head1->title eq 'AVAILABLE FUNCTIONS' or next; 
    5353        foreach ($head1->content) { 
    5454            $_->title =~ /^\Q$cmd\E( |$)/ or next; 
     
    6565    my $botpom = $self->{pom}{'Chat::Cmd'}; 
    6666    foreach my $head1 ($botpom->content) { 
    67         $head1->title eq 'AVAILLABLE FUNCTIONS' or next; 
     67        $head1->title eq 'AVAILABLE FUNCTIONS' or next; 
    6868        foreach ($head1->content) { 
    6969            $_->title =~ /^\Q$cmd\E( |$)/ or next; 
Note: See TracChangeset for help on using the changeset viewer.