aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-10-09 10:53:18 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-10-09 12:51:25 -0400
commit2f97be35d6093c4f5e07248f74a40eb0c69003ca (patch)
treefd857e7e67d44ac513a1bcb4e431f29c3c311eea
parent67dc983f124dd16c2e127fc5c9e4854e7bca9078 (diff)
downloadstasis-2f97be35d6093c4f5e07248f74a40eb0c69003ca.tar.gz
Typo: misson -> mission
-rw-r--r--src/delivery_populate.c2
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);