Changeset 259


Ignore:
Timestamp:
12/31/10 17:49:31 (13 years ago)
Author:
stormi
Message:

fix typo (availlaible => available)

File:
1 edited

Legend:

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

    r254 r259  
    208208=head2 Url: /distrib/<DISTRIBUTION> 
    209209 
    210 Return the list of availlaible release for given C<DISTRIBUTION>. 
     210Return the list of available release for given C<DISTRIBUTION>. 
    211211 
    212212=cut 
     
    226226=head2 Url: /distrib/<DISTRIBUTION>/<RELEASE> 
    227227 
    228 Return the list of availlaible architecture for given C<DISTRIBUTION>, 
     228Return the list of available architecture for given C<DISTRIBUTION>, 
    229229C<RELEASE>. 
    230230 
     
    269269=head2 Url: /distrib/<DISTRIBUTION>/<RELEASE>/<ARCH> 
    270270 
    271 Return the list of availlaible medias for given C<DISTRIBUTION>, 
     271Return the list of available medias for given C<DISTRIBUTION>, 
    272272C<RELEASE>, C<ARCH>. 
    273273 
     
    473473=head2 Url: /distrib/<DISTRIBUTION>/<RELEASE>/<ARCH>/rpms 
    474474 
    475 Return the list of availlaible rpms for given C<DISTRIBUTION>, 
     475Return the list of available rpms for given C<DISTRIBUTION>, 
    476476C<RELEASE>, C<ARCH>. 
    477477 
     
    485485=head2 Url: /distrib/<DISTRIBUTION>/<RELEASE>/<ARCH>/srpms 
    486486 
    487 Return the list of availlaible sources rpms for given C<DISTRIBUTION>, 
     487Return the list of available sources rpms for given C<DISTRIBUTION>, 
    488488C<RELEASE>, C<ARCH>. 
    489489 
Note: See TracChangeset for help on using the changeset viewer.