Skip to content

Commit 48ab448

Browse files
RobbiWillmarudell
andauthored
Fix comment typos in SdnDiag.Common.psm1 (#563)
Small fixes for two typos in code comments: - Line 418: necassary → necessary - Line 460: lookiing → looking Co-authored-by: RobbiWillm <273754121+RobbiWillm@users.noreply.github.com> Co-authored-by: Adam Rudell <arudell@microsoft.com>
1 parent b11b2ec commit 48ab448

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/modules/SdnDiag.Common.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ function Copy-UserProvidedCertificateToFabric {
415415
}
416416

417417

418-
# pass the certificate to sub-function to be seeded across the fabric if necassary
418+
# pass the certificate to sub-function to be seeded across the fabric if necessary
419419
Copy-CertificateToFabric -CertFile $nodeCertConfig.Cert.FileInfo.FullName -CertPassword $CertPassword -FabricDetails $FabricDetails -NetworkControllerNodeCert -Credential $Credential
420420
}
421421
else {
@@ -457,7 +457,7 @@ function Export-RegistryKeyConfigDetails {
457457
try {
458458
$properties = Get-ItemProperty -Path $obj.PSPath -ErrorAction Stop
459459

460-
# check to see if we are lookiing at cluster network controller registry key, if so, then redact the AESKey
460+
# check to see if we are looking at cluster network controller registry key, if so, then redact the AESKey
461461
if ($obj.PSPath -ilike "*Cluster\NetworkController*") {
462462
$properties.'GlobalConfiguration.AESKey' = "removed_for_security_reasons"
463463
}

0 commit comments

Comments
 (0)