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 925e334 commit ed68c3cCopy full SHA for ed68c3c
1 file changed
EliteAPI/Journals/JournalUtils.cs
@@ -28,7 +28,7 @@ public static DirectoryInfo GetJournalsDirectory()
28
if (!string.IsNullOrWhiteSpace(userProfile))
29
return new DirectoryInfo(Path.Combine(userProfile, "Saved Games", "Frontier Developments", "Elite Dangerous"));
30
31
- // last resort, hardcoded with C:\ drive, hopefully we'll neve reach this..
+ // last resort, hardcoded with C:\ drive, hopefully we'll never reach this..
32
return new DirectoryInfo(Path.Combine($@"C:\Users\{Environment.UserName}\Saved Games\Frontier Developments\Elite Dangerous"));
33
}
34
0 commit comments