IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 22, 2006, 2:24:08 PM (20 years ago)
Author:
Paul Price
Message:

Fixing typo in error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r7026 r7170  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-05-02 00:47:01 $
     5 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-05-23 00:24:08 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    593593    psMetadata *rules = psMetadataLookupMD(&mdok, format, "RULE"); // How to identify this format
    594594    if (!mdok || !rules) {
    595         psError(PS_ERR_IO, false, "Unable to find RULE in camer format.\n");
     595        psError(PS_ERR_IO, false, "Unable to find RULE in camera format.\n");
    596596        return false;
    597597    }
Note: See TracChangeset for help on using the changeset viewer.