Skip to content

Commit 12f8434

Browse files
committed
Fix typo
1 parent f220655 commit 12f8434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/dotnet-instr-deployer-add-on/assets/windows_x86_64/bin/installer-wrapper.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if ($uninstall) {
4444
}
4545
# Install the SDK if it is not already installed
4646
} elseif ($otelSDKInstallVersion) {
47-
Write-Host "Nothing to do since Splunk Distribution of OpenTelemetry .NET is already installed. OpenTelelemetry .NET SDK version: $otelSDKInstallVersion"
47+
Write-Host "Nothing to do since Splunk Distribution of OpenTelemetry .NET is already installed. OpenTelemetry .NET SDK version: $otelSDKInstallVersion"
4848
} else {
4949
Write-Host "Installing Splunk Distribution of OpenTelemetry .NET ..."
5050

0 commit comments

Comments
 (0)