Correct spelling mistakes.

This commit is contained in:
Edward Betts 2017-11-22 07:40:20 +00:00 committed by Zack Middleton
parent 14cb72f912
commit fe42b8653d
105 changed files with 212 additions and 212 deletions

View file

@ -1016,7 +1016,7 @@ void Bot1FCTFOrders_FlagAtCenter(bot_state_t *bs) {
}
}
}
else { //agressive
else { //aggressive
//different orders based on the number of team mates
switch(numteammates) {
case 1: break;
@ -1202,7 +1202,7 @@ void Bot1FCTFOrders_TeamHasFlag(bot_state_t *bs) {
}
}
}
else { //agressive
else { //aggressive
//different orders based on the number of team mates
switch(numteammates) {
case 1: break;
@ -1366,7 +1366,7 @@ void Bot1FCTFOrders_EnemyHasFlag(bot_state_t *bs) {
}
}
}
else { //agressive
else { //aggressive
//different orders based on the number of team mates
switch(numteammates) {
case 1: break;
@ -1513,7 +1513,7 @@ void Bot1FCTFOrders_EnemyDroppedFlag(bot_state_t *bs) {
}
}
}
else { //agressive
else { //aggressive
//different orders based on the number of team mates
switch(numteammates) {
case 1: break;