IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13701


Ignore:
Timestamp:
Jun 7, 2007, 11:00:39 AM (19 years ago)
Author:
eugene
Message:

spell fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageDetrendReadout.c

    r13593 r13701  
    7979        pmHDU *hdu = pmHDUFromReadout(input); // HDU of interest
    8080        psString comment = NULL;        // Comment to add
    81         psStringAppend(&comment, "Normalisation: %f", norm);
     81        psStringAppend(&comment, "Normalization: %f", norm);
    8282        psMetadataAddStr(hdu->header, PS_LIST_TAIL, "HISTORY", PS_META_DUPLICATE_OK, comment, "");
    8383        psFree(comment);
Note: See TracChangeset for help on using the changeset viewer.