IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36685 for trunk/ippScripts


Ignore:
Timestamp:
Apr 22, 2014, 12:50:47 PM (12 years ago)
Author:
watersc1
Message:

Fix typo.

File:
1 edited

Legend:

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

    r36684 r36685  
    179179        print
    180180            "object id:             ", @$stat[0], "\n",
    181             "key:                   ", @$stat[1], "\n",
     181            "key:                   ", @$stat[1], "\n";
    182182        print
    183         "epoch:                 ", @$stat[4], "\n";
     183            "epoch:                 ", @$stat[4], "\n";
    184184        print
    185185            "md5sum count:          ", scalar(keys %md5sum_uniq), "\n";
Note: See TracChangeset for help on using the changeset viewer.