From: Davin McCall Date: Sun, 6 Oct 2019 01:58:55 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: v0.8.0~36 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=99230553584b0a35a8d6f205cef96af2222316cc;p=oweals%2Fdinit.git Fix typo in comment --- diff --git a/src/dinit.cc b/src/dinit.cc index 0c50f47..03afa7f 100644 --- a/src/dinit.cc +++ b/src/dinit.cc @@ -91,7 +91,7 @@ static const char *user_home_path = nullptr; static bool console_input_ready = false; // Get user home (and set user_home_path). (The return may become invalid after -// changing the evironment (HOME variable) or using the getpwuid() function). +// changing the environment (HOME variable) or using the getpwuid() function). static const char * get_user_home() { if (user_home_path == nullptr) {