mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 05:07:59 +01:00
Spelling 'refactoring'.
This commit is contained in:
@@ -949,7 +949,7 @@ IO.expandPath = function (path, relative)
|
||||
// Try $HOME first, on all systems
|
||||
let home = services.get("environment").get("HOME");
|
||||
|
||||
// Windows has its own ideosyncratic $HOME variables.
|
||||
// Windows has its own idiosyncratic $HOME variables.
|
||||
if (!home && WINDOWS)
|
||||
home = services.get("environment").get("USERPROFILE") ||
|
||||
services.get("environment").get("HOMEDRIVE") + services.get("environment").get("HOMEPATH");
|
||||
|
||||
Reference in New Issue
Block a user