1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 16:40:26 +02:00

s/seperate/separate

This commit is contained in:
Joseph Battelle 2021-01-29 23:52:58 -08:00
parent c0ae4bb8f7
commit a69dff59ce
7 changed files with 7 additions and 7 deletions

View file

@ -356,7 +356,7 @@ namespace System.IO
StringComparison compareType = Environment.IsFileSystemCaseSensitive ? StringComparison.Ordinal : StringComparison.OrdinalIgnoreCase;
// On seperate drives?
// On separate drives?
if (!String.Equals(driveString1, driveString2, compareType))
{
outRelPath.Set(fullPath);