Fixed finsihed to finished

This commit is contained in:
Cloudhax23 2017-03-14 09:29:34 -05:00 committed by GitHub
parent f9167e362d
commit bf882affd1

View File

@ -195,7 +195,7 @@ _missionObjs =
// Define Mission Win message in persistent vehicle choice
// Define Mission Lose message
_msgLOSE = ['#FF0000',"The attackers finsihed eating and drove off."];
_msgLOSE = ['#FF0000',"The attackers finished eating and drove off."];
// Define mission name (for map marker and logging)
_missionName = "Ural Picnic";