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

Fixed spelling errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.