IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2009, 1:44:27 PM (17 years ago)
Author:
bills
Message:

change -listinterest to -listinterests because I keep spelling it the latter way

File:
1 edited

Legend:

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

    r25493 r25510  
    5757static bool defineinterestMode(pxConfig *config);
    5858static bool updateinterestMode(pxConfig *config);
    59 static bool listinterestMode(pxConfig *config);
     59static bool listinterestsMode(pxConfig *config);
    6060
    6161# define MODECASE(caseName, func) \
     
    101101        MODECASE(DISTTOOL_MODE_DEFINEINTEREST, defineinterestMode);
    102102        MODECASE(DISTTOOL_MODE_UPDATEINTEREST, updateinterestMode);
    103         MODECASE(DISTTOOL_MODE_LISTINTEREST, listinterestMode);
     103        MODECASE(DISTTOOL_MODE_LISTINTERESTS, listinterestsMode);
    104104        default:
    105105            psAbort("invalid option (this should not happen)");
     
    16551655    return true;
    16561656}
    1657 static bool listinterestMode(pxConfig *config)
     1657static bool listinterestsMode(pxConfig *config)
    16581658{
    16591659    PS_ASSERT_PTR_NON_NULL(config, false);
     
    16801680    }
    16811681
    1682     psString query = pxDataGet("disttool_listinterest.sql");
     1682    psString query = pxDataGet("disttool_listinterests.sql");
    16831683
    16841684    if (psListLength(where->list)) {
Note: See TracChangeset for help on using the changeset viewer.