Skip to content

Commit

Permalink
Merge pull request robinrodricks#1044 from FanDjango/Typo
Browse files Browse the repository at this point in the history
Fix Typo
  • Loading branch information
FanDjango authored Nov 14, 2022
2 parents 03a89fd + ddd71ca commit 480895c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FluentFTP/Client/AsyncClient/DownloadFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ protected async Task<FtpStatus> DownloadFileToFileAsync(string localPath, string
}
catch (Exception ex1) {
// catch errors creating directory
throw new FtpException("Error while crated directories. See InnerException for more info.", ex1);
throw new FtpException("Error while creating directories. See InnerException for more info.", ex1);
}

// if not appending then fetch remote file size since mode is determined by that
Expand Down

0 comments on commit 480895c

Please sign in to comment.