Tweak readme wording.
Fix actual typo. Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -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 -->
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user