Ignore:
Timestamp:
Mar 16, 2008, 12:52:51 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • Fix spelling errors all over the place.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/cop.cpp

    r106 r112  
    671671      if (!o->controller() || o->controller()->key_down(JK_SPACE))
    672672      {
    673         eval_function((lisp_symbol *)l_restart_player,NULL);  // call teh user function to reset the player
     673        // call the user function to reset the player
     674        eval_function((lisp_symbol *)l_restart_player,NULL);
    674675        o->controller()->reset_player();
    675676        o->set_aistate(0);     
     
    10541055  y+=fnt->height();
    10551056
    1056   screen->wiget_bar(x,y+2,x+strlen(header_str)*fnt->width(),y+fnt->height()-3,
     1057  screen->widget_bar(x,y+2,x+strlen(header_str)*fnt->width(),y+fnt->height()-3,
    10571058                     wm->bright_color(),wm->medium_color(),wm->dark_color());
    10581059  y+=fnt->height();
Note: See TracChangeset for help on using the changeset viewer.