Skip to content

Commit 3fac526

Browse files
authored
Update DataLakeFileClient.cs (Azure#25979)
Fixing deletation to be deletion
1 parent b66ccb3 commit 3fac526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/storage/Azure.Storage.Files.DataLake/src/DataLakeFileClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3987,7 +3987,7 @@ internal async Task<Response<PathInfo>> StagedUploadInternal(
39873987

39883988
#region ScheduleDeletion
39893989
/// <summary>
3990-
/// Schedules the file for deletation.
3990+
/// Schedules the file for deletion.
39913991
/// </summary>
39923992
/// <param name="options">
39933993
/// Schedule deletion parameters.
@@ -4013,7 +4013,7 @@ public virtual Response<PathInfo> ScheduleDeletion(
40134013
.EnsureCompleted();
40144014

40154015
/// <summary>
4016-
/// Schedules the file for deletation.
4016+
/// Schedules the file for deletion.
40174017
/// </summary>
40184018
/// <param name="options">
40194019
/// Schedule deletion parameters.

0 commit comments

Comments
 (0)