Skip to content

Commit

Permalink
Merge pull request #53609 from CleverRaven/Typo
Browse files Browse the repository at this point in the history
Fix ‘ammunition’ typo in caravan_category_name()
  • Loading branch information
Rivet-the-Zombie authored Dec 20, 2021
2 parents e9318f3 + 06172fd commit 579f907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gamemode_defense.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ std::string caravan_category_name( caravan_category cat )
case CARAVAN_RANGED:
return _( "Ranged Weapons" );
case CARAVAN_AMMUNITION:
return _( "Ammuniton" );
return _( "Ammunition" );
case CARAVAN_COMPONENTS:
return _( "Crafting & Construction Components" );
case CARAVAN_FOOD:
Expand Down

0 comments on commit 579f907

Please sign in to comment.