Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 13, 2010, 11:30:06 PM (14 years ago)
Author:
rgrieder
Message:
  • Catched → Caught
  • No idea why OROXNOX_USE_WINMAIN was at the bottom of SpecialConfig.h.in
  • Empty variables do nothing in CMake
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/util/SignalHandler.cc

    r7449 r7450  
    383383            if (SignalHandler::singletonPtr_s == 0)
    384384            {
    385                 COUT(1) << "Catched an unhandled exception" << std::endl << "Can't write backtrace because SignalHandler is already destroyed" << std::endl;
     385                COUT(1) << "Caught an unhandled exception" << std::endl << "Can't write backtrace because SignalHandler is already destroyed" << std::endl;
    386386                exit(EXIT_FAILURE);
    387387            }
    388388
    389             COUT(1) << "Catched an unhandled exception" << std::endl << "Try to write backtrace to orxonox_crash.log..." << std::endl;
     389            COUT(1) << "Caught an unhandled exception" << std::endl << "Try to write backtrace to orxonox_crash.log..." << std::endl;
    390390
    391391            // write the crash log
Note: See TracChangeset for help on using the changeset viewer.