Changeset e4436a6 for fedkit/splitter.pl


Ignore:
Timestamp:
Sep 21, 2007 11:41:57 AM (17 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
b814529
Parents:
4e794c9f
Message:

learn to spell. Or use strict.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/splitter.pl

    r4e794c9f re4436a6  
    481481            unless !$gateways || $gateways == $1;
    482482
    483         warn "No control gateway for $gateways?" unless $control_gateway;
    484         if ($contol_gateway ) {
     483        if ($control_gateway ) {
    485484            # Client config
    486485            $cc = new IO::File(">$tmpdir/$gateways/client.conf");
     
    491490            $cc->close();
    492491        }
     492        else { warn "No control gateway for $gateways?"; }
    493493           
    494494        $gateways = 0;
Note: See TracChangeset for help on using the changeset viewer.