diff options
| -rw-r--r-- | src/delivery_populate.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/delivery_populate.c b/src/delivery_populate.c index 02ce257..b37f677 100644 --- a/src/delivery_populate.c +++ b/src/delivery_populate.c @@ -277,7 +277,7 @@ int populate_mission_ini(struct Delivery **ctx, int render_mode) {      (*ctx)->_stasis_ini_fp.mission = ini_open(missionfile);      ini = (*ctx)->_stasis_ini_fp.mission;      if (!ini) { -        msg(STASIS_MSG_ERROR | STASIS_MSG_L2, "Failed to read misson configuration: %s, %s\n", missionfile, strerror(errno)); +        msg(STASIS_MSG_ERROR | STASIS_MSG_L2, "Failed to read mission configuration: %s, %s\n", missionfile, strerror(errno));          exit(1);      }      (*ctx)->_stasis_ini_fp.mission_path = strdup(missionfile); | 
