IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9671


Ignore:
Timestamp:
Oct 19, 2006, 4:16:58 PM (20 years ago)
Author:
Paul Price
Message:

Fixing typos in comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConcepts.c

    r9572 r9671  
    526526        {
    527527            psMetadataItem *chipYparity = psMetadataItemAllocS32("CHIP.YPARITY",
    528                                           "Orientation in x compared to the rest of the FPA", 0);
     528                                          "Orientation in y compared to the rest of the FPA", 0);
    529529            pmConceptRegister(chipYparity, NULL, NULL, PM_FPA_LEVEL_CHIP);
    530530            psFree(chipYparity);
     
    603603        {
    604604            psMetadataItem *cellYparity = psMetadataItemAllocS32("CELL.YPARITY",
    605                                           "Orientation in x compared to the rest of the chip", 0);
     605                                          "Orientation in y compared to the rest of the chip", 0);
    606606            pmConceptRegister(cellYparity, NULL, NULL, PM_FPA_LEVEL_CELL);
    607607            psFree(cellYparity);
Note: See TracChangeset for help on using the changeset viewer.