fix typos

This commit is contained in:
RainRat
2024-04-10 00:46:21 -07:00
parent 85c8644469
commit 7656804ae9
7 changed files with 42 additions and 42 deletions

View File

@@ -658,7 +658,7 @@ execplinehandler(const char *line)
ret = _spawnv(_P_NOWAIT, env, args);
}
#else
#error MSGHANDLER is not implemented on this sysytem.
#error MSGHANDLER is not implemented on this system.
#endif
}
#endif /* MSGHANDLER */