We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5de9e commit 7a38975Copy full SHA for 7a38975
src/os/file.go
@@ -616,7 +616,7 @@ func UserHomeDir() (string, error) {
616
if v := Getenv(env); v != "" {
617
return v, nil
618
}
619
- // On some geese the home directory is not always defined.
+ // On some operating systems the home directory is not always defined.
620
switch runtime.GOOS {
621
case "android":
622
return "/sdcard", nil
0 commit comments