From 99230553584b0a35a8d6f205cef96af2222316cc Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Sun, 6 Oct 2019 02:58:55 +0100 Subject: [PATCH] Fix typo in comment --- src/dinit.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.25.1