IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13559


Ignore:
Timestamp:
May 30, 2007, 2:12:41 PM (19 years ago)
Author:
jhoblitt
Message:

typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psArguments.c

    r13555 r13559  
    77 *  @author David Robbins, MHPCC
    88 *
    9  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-05-30 22:43:58 $
     9 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-05-31 00:12:41 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    524524        printf("%*s%*s%*s%s\n",
    525525                NUM_SPACES, " ",
    526                 maxName, argItem->name,
     526                maxName, item->name,
    527527                NUM_SPACES, " ",
    528                 argItem->comment);
     528                item->comment);
    529529    }
    530530
Note: See TracChangeset for help on using the changeset viewer.