diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-11-20 23:04:07 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-11-20 23:04:07 -0500 |
commit | 060d47d4df7fc4873e886fa55d4ff7976bbd8d5a (patch) | |
tree | 112e537581a98d724cc7d4f92279c56fd5d17bc3 /src | |
parent | 6057499b47091d6173a61ad0c84e3b4dd530c487 (diff) | |
download | stasis-060d47d4df7fc4873e886fa55d4ff7976bbd8d5a.tar.gz |
Wow. Typo hell.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -182,8 +182,8 @@ int main(int argc, char *argv[], char *arge[]) { globals.tmpdir = get_tmpdir(&tmpdir_usable); if (!tmpdir_usable) { - msg(OMC_MSG_ERROR | OMC_MSG_L1, "%s: Sjet $TMPDIR to a location other than %s\n", - strerror(errno), globals.tmpdir, globals.tmpdir); + msg(OMC_MSG_ERROR | OMC_MSG_L1, "Set $TMPDIR to a location other than %s\n", + globals.tmpdir, globals.tmpdir); if (globals.tmpdir) free(globals.tmpdir); exit(1); |