IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20699


Ignore:
Timestamp:
Nov 11, 2008, 3:00:38 PM (17 years ago)
Author:
bills
Message:

fix typo in error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaksremove.c

    r20671 r20699  
    135135        sfile->pmfile = pmFPAfileDefineFromArgs(&status, config, "PPSUB.INPUT", "INPUT");
    136136        if (!sfile->pmfile) {
    137             psError(PS_ERR_IO, false, "Failed to defile file for name for %s", fileSelect);
     137            psError(PS_ERR_IO, false, "Failed to define file for %s", fileSelect);
    138138            streaksremoveExit("", PS_EXIT_DATA_ERROR);
    139139        }
Note: See TracChangeset for help on using the changeset viewer.