Skip to content

Commit

Permalink
Fixed a typo (#76139)
Browse files Browse the repository at this point in the history
* Fixed a typo

* Update newcharacter.cpp
  • Loading branch information
Night-Pryanik authored Sep 3, 2024
1 parent c0f8c04 commit 3a672af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/newcharacter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static const trait_id trait_WEAKSCENT( "WEAKSCENT" );
static const trait_id trait_XS( "XS" );
static const trait_id trait_XXXL( "XXXL" );

// Wether or not to use Outfit (M) at character creation
// Whether or not use Outfit (M) at character creation
static bool outfit = true;

// Responsive screen behavior for small terminal sizes
Expand Down Expand Up @@ -452,7 +452,7 @@ void avatar::randomize( const bool random_scenario, bool play_now )
if( selected_scenario ) {
set_scenario( selected_scenario );
} else {
debugmsg( "Failed randomizing sceario - no entries matching requirements." );
debugmsg( "Failed randomizing scenario - no entries matching requirements." );
}
}

Expand Down

0 comments on commit 3a672af

Please sign in to comment.