Changeset 250


Ignore:
Timestamp:
12/31/10 12:28:32 (13 years ago)
Author:
nanardon
Message:
  • type (reported by djezael)
Location:
server/trunk/web/lib/Sophie
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Controller/Chat/Cmd.pm

    r245 r250  
    125125} 
    126126 
    127 =head1 AVAILLABLE FUNCTIONS 
     127=head1 AVAILABLE FUNCTIONS 
    128128 
    129129=cut 
  • server/trunk/web/lib/Sophie/Model/Help/POD.pm

    r163 r250  
    8080    my $botpom = $self->{pom}{'Chat::Cmd'}; 
    8181    foreach my $head1 ($botpom->content) { 
    82         $head1->title eq 'AVAILLABLE FUNCTIONS' or next; 
     82        $head1->title eq 'AVAILABLE FUNCTIONS' or next; 
    8383        my $ppvh = Pod::POM::View::HTML->new; 
    8484        return $head1->present($ppvh); 
Note: See TracChangeset for help on using the changeset viewer.