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

Fix spelling errors.

Location:
branches/branch-1-0/include/helpers
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/include/helpers/call_file_dlg.c

    r256 r264  
    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"
  • branches/branch-1-0/include/helpers/comctl.h

    r229 r264  
    382382     *
    383383     *      --  mp2: pointer to EMPHASISNOTIFY structure.
    384      *          If the double click occured on a chart
     384     *          If the double click occurred on a chart
    385385     *          slice, lIndex has the index of the slice.
    386386     *          Otherwise (e.g. whitespace), lIndex will
     
    449449                // from 0); if -1, a previous emphasis has been undone.
    450450                // With CHTN_CONTEXTMENU and CHTN_ENTER, index of the
    451                 // data item for which the request occured, or -1 for
     451                // data item for which the request occurred, or -1 for
    452452                // a request on the control's whitespace.
    453453        POINTL  ptl;
    454454                // exact window coordinates where mouse
    455                 // click occured (e.g. for context menu).
     455                // click occurred (e.g. for context menu).
    456456                // This is undefined (-1) if the event was not
    457457                // caused by a mouse click.
  • branches/branch-1-0/include/helpers/except.h

    r166 r264  
    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
  • branches/branch-1-0/include/helpers/winh.h

    r256 r264  
    472472     *      have changed (EM_QUERYCHANGED message).
    473473     *
    474      *      This returns TRUE if changes have occured since
     474     *      This returns TRUE if changes have occurred since
    475475     *      the last time this message or WM_QUERYWINDOWPARAMS
    476476     *      (WinQueryWindowText) was received.
  • branches/branch-1-0/include/helpers/xml.h

    r187 r264  
    696696        const char      *pcszErrorDescription;  // error description
    697697        PXSTRING        pxstrSystemID;      // system ID of external entity
    698                                             // where error occured, or NULL
     698                                            // where error occurred, or NULL
    699699                                            // if in main document
    700         ULONG           ulErrorLine;        // line where error occured
    701         ULONG           ulErrorColumn;      // column where error occured
     700        ULONG           ulErrorLine;        // line where error occurred
     701        ULONG           ulErrorColumn;      // column where error occurred
    702702        PXSTRING        pxstrFailingNode;   // element or attribute name
    703703                                            // or NULL
Note: See TracChangeset for help on using the changeset viewer.