Skip to content

Commit 8382fdb

Browse files
authored
Spelling Fixes (#28091)
1 parent c8ecb19 commit 8382fdb

25 files changed

+37
-37
lines changed

src/Storage/Storage/DatalakeGen2/Cmdlet/DataLakeGen2ACLRecursiveBaseCmdlet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public abstract class DataLakeGen2ACLRecursiveBaseCmdlet : StorageCloudBlobCmdle
5353
public PSPathAccessControlEntry[] Acl { get; set; }
5454

5555
[Parameter(Mandatory = false,
56-
HelpMessage = "Set this parameter to ignore failures and continue proceeing with the operation on other sub-entities of the directory. Default the operation will terminate quickly on encountering failures.")]
56+
HelpMessage = "Set this parameter to ignore failures and continue processing with the operation on other sub-entities of the directory. Default the operation will terminate quickly on encountering failures.")]
5757
public SwitchParameter ContinueOnFailure { get; set; }
5858

5959
[Parameter(Mandatory = false,
@@ -187,7 +187,7 @@ protected void WriteResult(long taskId)
187187
}
188188

189189
/// <summary>
190-
/// Set/Update/Remove ACL recusive async function
190+
/// Set/Update/Remove ACL recursive async function
191191
/// </summary>
192192
protected abstract Task OperationAclResusive(long taskId);
193193

src/Storage/Storage/DatalakeGen2/Cmdlet/GetAzDataLakeGen2ChildItem.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ public int? MaxCount
8080
public SwitchParameter AsJob { get; set; }
8181

8282
[Alias("UserPrincipalName")]
83-
[Parameter(Mandatory = false, HelpMessage = "If speicify this parameter, the user identity values returned in the owner and group fields of each list entry will be transformed from Microsoft Entra Object IDs to User Principal Names. "
84-
+ "If not speicify this parameter, the values will be returned as Microsoft Entra Object IDs. Note that group and application Object IDs are not translated because they do not have unique friendly names.")]
83+
[Parameter(Mandatory = false, HelpMessage = "If you specify this parameter, the user identity values returned in the owner and group fields of each list entry will be transformed from Microsoft Entra Object IDs to User Principal Names. "
84+
+ "If you do not specify this parameter, the values will be returned as Microsoft Entra Object IDs. Note that group and application Object IDs are not translated because they do not have unique friendly names.")]
8585
public SwitchParameter OutputUserPrincipalName { get; set; }
8686

8787
// Overwrite the useless parameter

src/Storage/Storage/DatalakeGen2/Cmdlet/GetAzDataLakeGen2FileContent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ internal string GetFullReceiveFilePath(string fileName, string blobName)
213213
throw new ArgumentException(String.Format(Resources.InvalidFileName, fileName));
214214
}
215215

216-
//there is no need to check the read/write permission on the specified file path, the datamovement libraray will do that
216+
//there is no need to check the read/write permission on the specified file path, the data movement library will do that
217217

218218
return filePath;
219219
}

src/Storage/Storage/DatalakeGen2/Cmdlet/RemoveAzDataLakeGen2ACLRecursive.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public RemoveAzDataLakeGen2AclRecursiveCommand(IStorageBlobManagement channel)
4444
}
4545

4646
/// <summary>
47-
/// Remove ACL recusive async function
47+
/// Remove ACL recursive async function
4848
/// </summary>
4949
protected override async Task OperationAclResusive(long taskId)
5050
{

src/Storage/Storage/DatalakeGen2/Cmdlet/RestoreAzDataLakeGen2DeletedItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class RestoreAzDataLakeGen2DeletedItemCommand : StorageCloudBlobCmdletBas
4949
public string Path { get; set; }
5050

5151
[Parameter(ValueFromPipeline = true, Position = 2, Mandatory = true, HelpMessage =
52-
"The deletion ID associated with the soft deleted path. You can get soft deleted paths and their assocaited deletion IDs with cmdlet 'Get-AzDataLakeGen2DeletedItem'.", ParameterSetName = ManualParameterSet)]
52+
"The deletion ID associated with the soft deleted path. You can get soft deleted paths and their associated deletion IDs with cmdlet 'Get-AzDataLakeGen2DeletedItem'.", ParameterSetName = ManualParameterSet)]
5353
[ValidateNotNullOrEmpty]
5454
public string DeletionId { get; set; }
5555

src/Storage/Storage/DatalakeGen2/Cmdlet/SetAzDataLakeGen2ACLRecursive.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public SetAzDataLakeGen2AclRecursiveCommand(IStorageBlobManagement channel)
4545
}
4646

4747
/// <summary>
48-
/// Set ACL recusive async function
48+
/// Set ACL recursive async function
4949
/// </summary>
5050
protected override async Task OperationAclResusive(long taskId)
5151
{

src/Storage/Storage/DatalakeGen2/Cmdlet/UpdateAzDataLakeGen2ACLRecursive.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public UpdateAzDataLakeGen2AclRecursiveCommand(IStorageBlobManagement channel)
4444
}
4545

4646
/// <summary>
47-
/// Update ACL recusive async function
47+
/// Update ACL recursive async function
4848
/// </summary>
4949
protected override async Task OperationAclResusive(long taskId)
5050
{

src/Storage/Storage/File/AzureStorageFileException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class AzureStorageFileException : Exception
3232
/// <summary>
3333
/// Initializes a new instance of the AzureStorageFileException class.
3434
/// </summary>
35-
/// <param name="category">Indicating the error cateogory.</param>
35+
/// <param name="category">Indicating the error category.</param>
3636
/// <param name="errorId">Indicating the error id.</param>
3737
/// <param name="errorDetails">Indicating the error message.</param>
3838
/// <param name="targetObject">Indicating the target object.</param>

src/Storage/Storage/File/Cmdlet/GetAzureStorageFileCopyState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class GetAzureStorageFileCopyStateCommand : AzureStorageFileCmdletBase
5858
public SwitchParameter WaitForComplete { get; set; }
5959

6060
/// <summary>
61-
/// CloudFile objects which need to mointor until copy complete
61+
/// CloudFile objects which need to monitor until copy complete
6262
/// </summary>
6363
private ConcurrentQueue<Tuple<long, ShareFileClient>> jobList = new ConcurrentQueue<Tuple<long, ShareFileClient>>();
6464
private ConcurrentDictionary<long, bool> TaskStatus = new ConcurrentDictionary<long, bool>();

src/Storage/Storage/File/Cmdlet/NewAzureStorageFileSasToken.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class NewAzureStorageFileSasToken : AzureStorageFileCmdletBase
6767
public string Path { get; set; }
6868

6969
[Parameter(Mandatory = true,
70-
HelpMessage = "ShareFlieClient instance to represent the file to get SAS token against.",
70+
HelpMessage = "ShareFileClient instance to represent the file to get SAS token against.",
7171
ValueFromPipeline = true,
7272
ValueFromPipelineByPropertyName = true,
7373
ParameterSetName = FileClientSasPermissionParameterSet)]

0 commit comments

Comments
 (0)