IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 2, 2007, 2:55:17 PM (19 years ago)
Author:
Paul Price
Message:

Fixing spelling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/warp_overlap.pl

    r13112 r13159  
    118118    my $parser = PS::IPP::Metadata::Config->new;        # Parser for metadata config files
    119119    my $recipe = $parser->parse( join '', @$stdout_buf);
    120     my @tesselations = split(/\s+/, metadataLookupStr($recipe, 'DVO.TESSALATION')); # List of tesselations
     120    my @tesselations = split(/\s+/, metadataLookupStr($recipe, 'DVO.TESSELLATION')); # List of tessellations
    121121    foreach my $tess_id ( @tesselations ) {
    122         print STDERR "tessalation: $tess_id\n";
     122        print STDERR "tessellation: $tess_id\n";
    123123
    124124        my $imfile = $imfiles->[0];
Note: See TracChangeset for help on using the changeset viewer.