node: fix typo

This commit is contained in:
Felix Lange 2019-02-28 12:11:00 +01:00 committed by GitHub
parent 17d2ba5508
commit 2346a827dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}