Skip to content

Commit f2a425d

Browse files
authored
Spelling Fixes (#28093)
1 parent 1796c88 commit f2a425d

27 files changed

+43
-43
lines changed

src/StorageSync/StorageSync.Test/Common/MockStorageSyncResourceManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public ServerRegistrationData UpdateServerRegistrationData(ServerRegistrationDat
148148
}
149149

150150
/// <summary>
151-
/// Waits for access propogation.
151+
/// Waits for access propagation.
152152
/// </summary>
153153
public void Wait()
154154
{

src/StorageSync/StorageSync.Test/Common/MockSyncServerRegistrationClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public override ServerRegistrationData Setup(
252252
}
253253

254254
/// <summary>
255-
/// Persisting the register server resource from clooud to the local service.
255+
/// Persisting the register server resource from cloud to the local service.
256256
/// </summary>
257257
/// <param name="registeredServerResource">Registered Server Resource</param>
258258
/// <param name="subscriptionId">Subscription Id</param>
@@ -340,7 +340,7 @@ public override bool Persist(RegisteredServer registeredServerResource, Guid sub
340340
registrationInfo.ApplicationId = applicationGuid;
341341
}
342342

343-
// We try to register monitoring agent but do not gurantee it to succeed.
343+
// We try to register monitoring agent but do not guarantee it to succeed.
344344
hr = EcsManagementInteropClient.RegisterMonitoringAgent(JsonConvert.SerializeObject(registrationInfo), monitoringDataPath);
345345

346346
success = hr == 0;

src/StorageSync/StorageSync.Test/UnitTests/MaximumPathLengthValidationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public void WhenUNCPathRelativePartIsEqualToMaximumPathLengthValidationResultIsS
126126
IValidationResult validationResult = validation.Validate(file);
127127

128128
// Verify
129-
AssertExtension.ValidationResultIsSuccess(validationResult, "File with UNC path relative parth length equal to max path length triggers an error.");
129+
AssertExtension.ValidationResultIsSuccess(validationResult, "File with UNC path relative path length equal to max path length triggers an error.");
130130
}
131131

132132
}

src/StorageSync/StorageSync.Test/UnitTests/MockFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public static IDirectoryInfo DirectoryWithGivenParameters(
243243
}
244244

245245
/// <summary>
246-
/// Directorieses the with given parameters recursive.
246+
/// Directories the with given parameters recursive.
247247
/// </summary>
248248
/// <param name="root">The root.</param>
249249
/// <param name="level">The level.</param>

src/StorageSync/StorageSync/AFSDirectoryInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public IEnumerable<IFileInfo> EnumerateFiles()
5757
}
5858

5959
/// <summary>
60-
/// Existses this instance.
60+
/// Exists this instance.
6161
/// </summary>
6262
/// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>
6363
public bool Exists()

src/StorageSync/StorageSync/Cmdlets/InvokeCompatibilityCheckCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ protected override void ProcessRecord()
214214
{
215215
WriteWarning(
216216
$"Accessing network path {Path}' as {UserName} didn't work." + Environment.NewLine +
217-
$"Consider using -Credential parameter to provide creentials of the user account with appropriate access.");
217+
$"Consider using -Credential parameter to provide credentials of the user account with appropriate access.");
218218
}
219219
throw;
220220
}

src/StorageSync/StorageSync/Common/HelpMessages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public class HelpMessages
222222
/// <summary>
223223
/// Storage Sync Service Assign Identity Parameter.
224224
/// </summary>
225-
public const string StorageSyncServiceAssignIdentityParameter = "Generate and assign a new Storage Sync Service Identity for this storage sync service for use with accessing storage account and file share. If specify this paramter without \"-IdentityType\", will use system assigned identity.";
225+
public const string StorageSyncServiceAssignIdentityParameter = "Generate and assign a new Storage Sync Service Identity for this storage sync service for use with accessing storage account and file share. If specify this parameter without \"-IdentityType\", will use system assigned identity.";
226226

227227
/// <summary>
228228
/// Registered Server Assign Identity Parameter.

src/StorageSync/StorageSync/Common/StorageSyncResourceManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public LocalServerType GetServerTypeFromRegistry()
125125
public ServerRegistrationData UpdateServerRegistrationData(ServerRegistrationData pServerRegistrationData) => pServerRegistrationData;
126126

127127
/// <summary>
128-
/// Waits for access propogation.
128+
/// Waits for access propagation.
129129
/// </summary>
130130
public void Wait()
131131
{

src/StorageSync/StorageSync/Configuration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public class CodePointRange
106106
public string Description { get; set; }
107107

108108
/// <summary>
109-
/// Includeses the specified code point.
109+
/// Includes the specified code point.
110110
/// </summary>
111111
/// <param name="codePoint">The code point.</param>
112112
/// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>
@@ -144,7 +144,7 @@ public Configuration()
144144
}
145145

146146
/// <summary>
147-
/// Executings the assembly path.
147+
/// Executing the assembly path.
148148
/// </summary>
149149
/// <returns>System.String.</returns>
150150
private string ExecutingAssemblyPath()

src/StorageSync/StorageSync/Interfaces/INamespaceEnumeratorListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces
2020
public interface INamespaceEnumeratorListener
2121
{
2222
/// <summary>
23-
/// Nexts the file.
23+
/// Next the file.
2424
/// </summary>
2525
/// <param name="node">The node.</param>
2626
void NextFile(IFileInfo node);

0 commit comments

Comments
 (0)