Ticket #9232: typos.patch

File typos.patch, 8.6 KB (added by SF/c-korn, 14 years ago)
  • base/main.cpp

    old new  
    310310        Common::StringMap settings;
    311311        command = Base::parseCommandLine(settings, argc, argv);
    312312
    313         // Load the config file (possibly overriden via command line):
     313        // Load the config file (possibly overridden via command line):
    314314        if (settings.contains("config")) {
    315315                ConfMan.loadConfigFile(settings["config"]);
    316316                settings.erase("config");
  • common/unzip.cpp

    old new  
    401401/* ===========================================================================
    402402     Read a byte from a gz_stream; update next_in and avail_in. Return EOF
    403403   for end of file.
    404    IN assertion: the stream s has been sucessfully opened for reading.
     404   IN assertion: the stream s has been successfully opened for reading.
    405405*/
    406406
    407407
  • engines/advancedDetector.cpp

    old new  
    622622                                matchedDesc = agdesc;
    623623                                maxNumMatchedFiles = numMatchedFiles;
    624624
    625                                 debug(4, "and overriden");
     625                                debug(4, "and overridden");
    626626                        }
    627627                }
    628628        }
  • engines/cruise/dataLoader.cpp

    old new  
    5555                break;
    5656
    5757        default:
    58                 error("Unkown gfx format %d", format);
     58                error("Unknown gfx format %d", format);
    5959        }
    6060
    6161        uint8 *buffer = (uint8 *)MemAlloc(spriteSize);
  • engines/lure/debugger.cpp

    old new  
    323323
    324324                if (h != NULL) {
    325325                        DebugPrintf("Frame Number = %d of %d\n", h->frameNumber(), h->numFrames());
    326                         DebugPrintf("Persistant = %s\n", h->persistant() ? "true" : "false");
     326                        DebugPrintf("Persistent = %s\n", h->persistant() ? "true" : "false");
    327327                }
    328328
    329329        } else if (strcmp(argv[2], "actions") == 0) {
  • engines/saga/introproc_ite.cpp

    old new  
    485485                break;
    486486
    487487        default:
    488                 warning("Illegal scene procedure paramater");
     488                warning("Illegal scene procedure parameter");
    489489                break;
    490490        }
    491491
     
    589589        case SCENE_END:
    590590                break;
    591591        default:
    592                 warning("Illegal scene procedure paramater");
     592                warning("Illegal scene procedure parameter");
    593593                break;
    594594        }
    595595
     
    694694        case SCENE_END:
    695695                break;
    696696        default:
    697                 warning("Illegal scene procedure paramater");
     697                warning("Illegal scene procedure parameter");
    698698                break;
    699699        }
    700700
     
    812812        case SCENE_END:
    813813                break;
    814814        default:
    815                 warning("Illegal scene procedure paramater");
     815                warning("Illegal scene procedure parameter");
    816816                break;
    817817        }
    818818
  • engines/scumm/debugger.cpp

    old new  
    529529        } else {
    530530                DebugPrintf("Usage: debug [+CHANNEL|-CHANNEL]\n");
    531531                DebugPrintf("Enables or disables the given debug channel.\n");
    532                 DebugPrintf("When used without parameters, lists all avaiable debug channels and their status.\n");
     532                DebugPrintf("When used without parameters, lists all available debug channels and their status.\n");
    533533        }
    534534
    535535        return true;
  • engines/scumm/insane/insane_ben.cpp

    old new  
    11631163                        setBenState();
    11641164                        _actor[0].act[2].tilt = 0;
    11651165                        // for some reason there is no break at this
    1166                         // place, so tilt gets overriden on next line
     1166                        // place, so tilt gets overridden on next line
    11671167                }
    11681168                _actor[0].act[2].tilt = calcTilt(_actor[0].tilt);
    11691169                break;
  • engines/scumm/insane/insane_enemy.cpp

    old new  
    20722072                        setEnemyState();
    20732073                        _actor[1].act[2].tilt = 0;
    20742074                        // for some reason there is no break at this
    2075                         // place, so tilt gets overriden on next line
     2075                        // place, so tilt gets overridden on next line
    20762076                }
    20772077                _actor[1].act[2].tilt = calcTilt(_actor[1].tilt);
    20782078                break;
  • engines/scumm/player_v2cms.cpp

    old new  
    422422                        break;
    423423
    424424                default:        /* Error! */
    425                         error("CMS Unkown write to reg %x with %x",reg, data);
     425                        error("CMS Unknown write to reg %x with %x",reg, data);
    426426        }
    427427}
    428428
  • graphics/video/flic_decoder.cpp

    old new  
    7070        }
    7171
    7272        _fileStream->readUint16LE();    // flags
    73         // Note: The normal delay is a 32-bit integer (dword), whereas the overriden delay is a 16-bit integer (word)
     73        // Note: The normal delay is a 32-bit integer (dword), whereas the overridden delay is a 16-bit integer (word)
    7474        // the frame delay is the FLIC "speed", in milliseconds.
    7575        _frameRate = Common::Rational(1000, _fileStream->readUint32LE());
    7676
     
    207207                        // this properly.
    208208
    209209                        chunkCount = _fileStream->readUint16LE();
    210                         // Note: The overriden delay is a 16-bit integer (word), whereas the normal delay is a 32-bit integer (dword)
     210                        // Note: The overridden delay is a 16-bit integer (word), whereas the normal delay is a 32-bit integer (dword)
    211211                        // the frame delay is the FLIC "speed", in milliseconds.
    212212                        uint16 newFrameDelay = _fileStream->readUint16LE();     // "speed", in milliseconds
    213213                        if (newFrameDelay > 0)
  • sound/decoders/flac.cpp

    old new  
    303303        const uint numChannels = getChannels();
    304304
    305305        if (numChannels == 0) {
    306                 warning("FLACStream: Stream not sucessfully initialised, cant playback");
     306                warning("FLACStream: Stream not successfully initialised, cant playback");
    307307                return -1; // streaminfo wasnt read!
    308308        }
    309309
  • sound/mods/tfmx.cpp

    old new  
    281281                        continue;
    282282
    283283                case 0x04:      // Wait. Parameters: Ticks to wait(W).
    284                         // TODO: some unkown Parameter? (macroPtr[1] & 1)
     284                        // TODO: some unknown Parameter? (macroPtr[1] & 1)
    285285                        channel.macroWait = READ_BE_UINT16(&macroPtr[2]);
    286286                        break;
    287287
     
    11541154        if (macroData[0] < ARRAYSIZE(tableMacros))
    11551155                debug("%s %02X%02X%02X", tableMacros[macroData[0]], macroData[1], macroData[2], macroData[3]);
    11561156        else
    1157                 debug("Unkown Macro #%02X %02X%02X%02X", macroData[0], macroData[1], macroData[2], macroData[3]);
     1157                debug("Unknown Macro #%02X %02X%02X%02X", macroData[0], macroData[1], macroData[2], macroData[3]);
    11581158}
    11591159
    11601160void displayPatternstep(const void * const vptr) {