IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23240


Ignore:
Timestamp:
Mar 9, 2009, 3:42:08 PM (17 years ago)
Author:
bills
Message:

fix typo in error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxwarp.c

    r21402 r23240  
    5858    // check that state is a valid string value
    5959    if (!pxIsValidState(state)) {
    60         psError(PS_ERR_UNKNOWN, false, "invalid chipRun state: %s", state);
     60        psError(PS_ERR_UNKNOWN, false, "invalid warpRun state: %s", state);
    6161        return false;
    6262    }
Note: See TracChangeset for help on using the changeset viewer.