From c868fa534a131e259b578877e47e7155ae9f5a7a Mon Sep 17 00:00:00 2001 From: Andomeda83 <116814979+Andomeda83@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:46:19 +0100 Subject: [PATCH] Minor spelling correction in httpOCIRegistry.ts --- src/spec-configuration/httpOCIRegistry.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spec-configuration/httpOCIRegistry.ts b/src/spec-configuration/httpOCIRegistry.ts index 2bebba82e..f4e7e867a 100644 --- a/src/spec-configuration/httpOCIRegistry.ts +++ b/src/spec-configuration/httpOCIRegistry.ts @@ -66,7 +66,7 @@ export async function requestEnsureAuthenticated(params: CommonParams, httpOptio // Attempt to authenticate via WWW-Authenticate Header. const wwwAuthenticate = initialAttemptRes.resHeaders['WWW-Authenticate'] || initialAttemptRes.resHeaders['www-authenticate']; if (!wwwAuthenticate) { - output.write(`[httpOci] ERR: Server did not provide instructions to authentiate! (Required: A 'WWW-Authenticate' Header)`, LogLevel.Error); + output.write(`[httpOci] ERR: Server did not provide instructions to authenticate! (Required: A 'WWW-Authenticate' Header)`, LogLevel.Error); return; } @@ -428,4 +428,4 @@ async function fetchRegistryBearerToken(params: CommonParams, ociRef: OCIRef | O } return scopeToken; -} \ No newline at end of file +}