Tweak readme wording.

Fix actual typo.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-06-20 10:53:12 +00:00
parent 31a3676cd8
commit 2634fed2d4
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ offer assistance so long as the room remains in minimally good standing.
Tuwunel's theme is **empathy** in communication defined by the works of
[Edith Stein](https://plato.stanford.edu/entries/stein/). Empathy is the basis for how we approach
every message, and a reminder for how we should all conduct ourselves in every conversation.
every message and our responsibility to the other in every conversation.
<!-- ANCHOR_END: body -->

View File

@@ -14,7 +14,7 @@ pub(super) fn restart() -> ! {
// We can (and do) prevent that panic by checking the result of current_exe()
// prior to committing to restart, returning an error to the user without any
// unexpected shutdown. In a nutshell that is the execuse for this unsafety.
// Nevertheless, we still want a way to override the restart presentation (i.e.
// Nevertheless, we still want a way to override the restart prevention (i.e.
// admin server restart --force).
let exe = unsafe { utils::sys::current_exe().expect("program path must be available") };
let envs = env::vars();