spelling fix: persuit -> pursuit

This commit is contained in:
Alistair Findlay 2020-08-01 05:48:31 +10:00 committed by GitHub
parent 9237af3283
commit 2448a043e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ void mission_init()
mission_clearAll();
/// Mission objective (start)
strcpy(missions[MISN_START].primaryObjective[0], _("Escape from WEAPCO Persuit"));
strcpy(missions[MISN_START].primaryObjective[0], _("Escape from WEAPCO Pursuit"));
missions[MISN_START].primaryType[0] = M_DESTROY_ALL_TARGETS;
missions[MISN_START].completed1[0] = OB_INCOMPLETE;