IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19193


Ignore:
Timestamp:
Aug 25, 2008, 12:23:11 PM (18 years ago)
Author:
Paul Price
Message:

Fixing typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubCamera.c

    r19191 r19193  
    125125        return false;
    126126    }
    127     if (outKernels->type != PM_FPA_FILE_SUBKERNELS) {
    128         psError(PS_ERR_IO, true, "PPSUB.OUTPUT.KERNELS is not of type SUBKERNELS");
     127    if (outKernels->type != PM_FPA_FILE_SUBKERNEL) {
     128        psError(PS_ERR_IO, true, "PPSUB.OUTPUT.KERNELS is not of type SUBKERNEL");
    129129        return false;
    130130    }
Note: See TracChangeset for help on using the changeset viewer.