diff --git a/eng/common/scripts/Detect-Api-Changes.ps1 b/eng/common/scripts/Detect-Api-Changes.ps1 index 257ea37c4f55..3c88398ce55d 100644 --- a/eng/common/scripts/Detect-Api-Changes.ps1 +++ b/eng/common/scripts/Detect-Api-Changes.ps1 @@ -112,5 +112,5 @@ foreach ($artifact in $ArtifactList) foreach($pkg in $responses.keys) { - Write-Host "API detectiopn request status for $($pkg) : $($responses[$pkg])" + Write-Host "API detection request status for $($pkg) : $($responses[$pkg])" }