Fix typo in comment
authorDavin McCall <davmac@davmac.org>
Sun, 6 Oct 2019 01:58:55 +0000 (02:58 +0100)
committerDavin McCall <davmac@davmac.org>
Sun, 6 Oct 2019 01:59:33 +0000 (02:59 +0100)
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) {