Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Bartłomiej Dach <[email protected]>
  • Loading branch information
huoyaoyuan and bdach authored Oct 14, 2024
1 parent 823c393 commit 4672a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/IO/HardLinkHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static bool CheckAvailability(string testDestinationPath, string testSour

if (OperatingSystem.IsWindows())
{
// Attention: Windows supports mounting volume into folders. Don't detect volumn from the volume letter of path.
// Attention: Windows supports mounting volume into folders. Don't detect volume from the volume letter of path.
if (!GetVolumeInformationForDirectory(testSourcePath, out uint sourceVolume, out uint flags))
return false;

Expand Down

0 comments on commit 4672a74

Please sign in to comment.