Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request CleverRaven#53108 from kd-collective/fix_typo
Browse files Browse the repository at this point in the history
Fix typo `accross` -> `across`
  • Loading branch information
Rivet-the-Zombie authored Nov 30, 2021
2 parents fa91686 + 6c5f755 commit 57f6550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vehicle.h
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ class vehicle
/**
* checks carried_vehicles param for duplicate entries of bike racks/vehicle parts
* this eliminates edge cases caused by overlapping bike_rack lanes
* @param carried_vehicles is a set of either vehicle_parts or bike_racks that need duplicate entries accross the vector<vector>s rows removed
* @param carried_vehicles is a set of either vehicle_parts or bike_racks that need duplicate entries across the vector<vector>s rows removed
*/
void validate_carried_vehicles( std::vector<std::vector<int>>
&carried_vehicles );
Expand Down

0 comments on commit 57f6550

Please sign in to comment.