Skip to content

Commit ed68c3c

Browse files
authored
Update EliteAPI/Journals/JournalUtils.cs
1 parent 925e334 commit ed68c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EliteAPI/Journals/JournalUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static DirectoryInfo GetJournalsDirectory()
2828
if (!string.IsNullOrWhiteSpace(userProfile))
2929
return new DirectoryInfo(Path.Combine(userProfile, "Saved Games", "Frontier Developments", "Elite Dangerous"));
3030

31-
// last resort, hardcoded with C:\ drive, hopefully we'll neve reach this..
31+
// last resort, hardcoded with C:\ drive, hopefully we'll never reach this..
3232
return new DirectoryInfo(Path.Combine($@"C:\Users\{Environment.UserName}\Saved Games\Frontier Developments\Elite Dangerous"));
3333
}
3434

0 commit comments

Comments
 (0)