diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-09 10:53:18 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-09 12:51:25 -0400 |
commit | 2f97be35d6093c4f5e07248f74a40eb0c69003ca (patch) | |
tree | fd857e7e67d44ac513a1bcb4e431f29c3c311eea /src | |
parent | 67dc983f124dd16c2e127fc5c9e4854e7bca9078 (diff) | |
download | stasis-2f97be35d6093c4f5e07248f74a40eb0c69003ca.tar.gz |
Typo: misson -> mission
Diffstat (limited to 'src')
-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); |