Changeset 265 for trunk/include/helpers


Ignore:
Timestamp:
Nov 21, 2004, 11:18:29 PM (21 years ago)
Author:
pr
Message:

Fixed spelling errors.

Location:
trunk/include/helpers
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/call_file_dlg.c

    r253 r265  
    44 *      this code contacts XFLDR.DLL to show the
    55 *      XWorkplace file dialog. This does not
    6  *      return until either an error occured
     6 *      return until either an error occurred
    77 *      or XFLDR.DLL has dismissed the dialog,
    88 *      either because the user pressed "OK"
  • trunk/include/helpers/comctl.h

    r243 r265  
    417417     *
    418418     *      --  mp2: pointer to EMPHASISNOTIFY structure.
    419      *          If the double click occured on a chart
     419     *          If the double click occurred on a chart
    420420     *          slice, lIndex has the index of the slice.
    421421     *          Otherwise (e.g. whitespace), lIndex will
     
    484484                // from 0); if -1, a previous emphasis has been undone.
    485485                // With CHTN_CONTEXTMENU and CHTN_ENTER, index of the
    486                 // data item for which the request occured, or -1 for
     486                // data item for which the request occurred, or -1 for
    487487                // a request on the control's whitespace.
    488488        POINTL  ptl;
    489489                // exact window coordinates where mouse
    490                 // click occured (e.g. for context menu).
     490                // click occurred (e.g. for context menu).
    491491                // This is undefined (-1) if the event was not
    492492                // caused by a mouse click.
  • trunk/include/helpers/except.h

    r166 r265  
    205205                    } /* end of TRY block */                                    \
    206206                    else                                                        \
    207                     { /* exception occured: */                                  \
     207                    { /* exception occurred: */                                  \
    208208                        DosUnsetExceptionHandler((PEXCEPTIONREGISTRATIONRECORD)&(excptstruct.RegRec2));
    209209    #endif
     
    214214    #else
    215215        #define END_CATCH()                                                     \
    216                     } /* end of exception-occured block */                      \
     216                    } /* end of exception-occurred block */                      \
    217217                }
    218218    #endif
  • trunk/include/helpers/winh.h

    r245 r265  
    524524     *      have changed (EM_QUERYCHANGED message).
    525525     *
    526      *      This returns TRUE if changes have occured since
     526     *      This returns TRUE if changes have occurred since
    527527     *      the last time this message or WM_QUERYWINDOWPARAMS
    528528     *      (WinQueryWindowText) was received.
  • trunk/include/helpers/xml.h

    r249 r265  
    697697        const char      *pcszErrorDescription;  // error description
    698698        PXSTRING        pxstrSystemID;      // system ID of external entity
    699                                             // where error occured, or NULL
     699                                            // where error occurred, or NULL
    700700                                            // if in main document
    701         ULONG           ulErrorLine;        // line where error occured
    702         ULONG           ulErrorColumn;      // column where error occured
     701        ULONG           ulErrorLine;        // line where error occurred
     702        ULONG           ulErrorColumn;      // column where error occurred
    703703        PXSTRING        pxstrFailingNode;   // element or attribute name
    704704                                            // or NULL
Note: See TracChangeset for help on using the changeset viewer.