Fix typo in comment
[oweals/dinit.git] / src / dinit.cc
index 0c50f47cdd56a97b0e0a9253b12f3b411b30dd27..03afa7f7e7954723a9c2b277fe50ef5ce6cd48f4 100644 (file)
@@ -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) {