IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12653


Ignore:
Timestamp:
Mar 28, 2007, 1:39:37 PM (19 years ago)
Author:
Paul Price
Message:

I can't spell....

File:
1 edited

Legend:

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

    r12652 r12653  
    6565        } else {
    6666            if (timeSys != psMetadataLookupS32(NULL, cell->concepts, "CELL.TIMESYS")) {
    67                 psError(PS_ERR_BAD_PARAMATER_VALUE, true, "Differing CELL.TIMESYS in use: %d vs %d\n",
     67                psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Differing CELL.TIMESYS in use: %d vs %d\n",
    6868                        timeSys, psMetadataLookupS32(NULL, cell->concepts, "CELL.TIMESYS"));
    6969                success = false;
    7070            }
    7171            if (readdir != psMetadataLookupS32(NULL, cell->concepts, "CELL.READDIR")) {
    72                 psError(PS_ERR_BAD_PARAMATER_VALUE, true, "Differing CELL.READDIR in use: %d vs %d\n",
     72                psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Differing CELL.READDIR in use: %d vs %d\n",
    7373                        readdir, psMetadataLookupS32(NULL, cell->concepts, "CELL.READDIR"));
    7474                success = false;
    7575            }
    7676            if (xBin != psMetadataLookupS32(NULL, cell->concepts, "CELL.XBIN")) {
    77                 psError(PS_ERR_BAD_PARAMATER_VALUE, true, "Differing CELL.XBIN in use: %d vs %d\n",
    78                         x Bin, psMetadataLookupS32(NULL, cell->concepts, "CELL.XBIN"));
     77                psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Differing CELL.XBIN in use: %d vs %d\n",
     78                        xBin, psMetadataLookupS32(NULL, cell->concepts, "CELL.XBIN"));
    7979                success = false;
    8080            }
    8181            if (yBin != psMetadataLookupS32(NULL, cell->concepts, "CELL.YBIN")) {
    82                 psError(PS_ERR_BAD_PARAMATER_VALUE, true, "Differing CELL.YBIN in use: %d vs %d\n",
     82                psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Differing CELL.YBIN in use: %d vs %d\n",
    8383                        yBin, psMetadataLookupS32(NULL, cell->concepts, "CELL.YBIN"));
    8484                success = false;
    8585            }
    8686            if (x0 != psMetadataLookupS32(NULL, cell->concepts, "CELL.X0")) {
    87                 psError(PS_ERR_BAD_PARAMATER_VALUE, true, "Differing CELL.X0 in use: %d vs %d\n",
     87                psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Differing CELL.X0 in use: %d vs %d\n",
    8888                        x0, psMetadataLookupS32(NULL, cell->concepts, "CELL.X0"));
    8989                success = false;
    9090            }
    9191            if (y0 != psMetadataLookupS32(NULL, cell->concepts, "CELL.Y0")) {
    92                 psError(PS_ERR_BAD_PARAMATER_VALUE, true, "Differing CELL.Y0 in use: %d vs %d\n",
     92                psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Differing CELL.Y0 in use: %d vs %d\n",
    9393                        y0, psMetadataLookupS32(NULL, cell->concepts, "CELL.Y0"));
    9494                success = false;
Note: See TracChangeset for help on using the changeset viewer.