mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
node: fix typo
This commit is contained in:
parent
17d2ba5508
commit
2346a827dd
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ func windowsAppData() string {
|
|||
// Windows XP and below don't have LocalAppData. Crash here because
|
||||
// we don't support Windows XP and undefining the variable will cause
|
||||
// other issues.
|
||||
panic("environment varibale LocalAppData is undefined")
|
||||
panic("environment variable LocalAppData is undefined")
|
||||
}
|
||||
return v
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue