summaryrefslogtreecommitdiff
path: root/src/trainer_see.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trainer_see.c')
-rw-r--r--src/trainer_see.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trainer_see.c b/src/trainer_see.c
index c469e11ed..b30f27347 100644
--- a/src/trainer_see.c
+++ b/src/trainer_see.c
@@ -28,7 +28,7 @@ bool8 CheckForTrainersWantingBattle(void)
retVal = CheckIfTrainerWantsBattle(i);
if (retVal == 2)
- break; // two trainers has been found
+ break; // two trainers have been found
if (retVal == 0) // no trainers
continue;