projects
/
oweals
/
dinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6109e09
)
Fix typo in comment
author
Davin McCall
<davmac@davmac.org>
Sun, 6 Oct 2019 01:58:55 +0000
(
02:58
+0100)
committer
Davin McCall
<davmac@davmac.org>
Sun, 6 Oct 2019 01:59:33 +0000
(
02:59
+0100)
src/dinit.cc
patch
|
blob
|
history
diff --git
a/src/dinit.cc
b/src/dinit.cc
index 0c50f47cdd56a97b0e0a9253b12f3b411b30dd27..03afa7f7e7954723a9c2b277fe50ef5ce6cd48f4 100644
(file)
--- 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 e
n
vironment (HOME variable) or using the getpwuid() function).
static const char * get_user_home()
{
if (user_home_path == nullptr) {