Skip to content

Commit b4e9b8e

Browse files
author
Georg Martin Weber
committed
fix spelling
1 parent 464a0ba commit b4e9b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hull-vidispine-addon/hull-vidispine-addon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ hull:
847847
{
848848
try
849849
{
850-
$this.WriteLog("++++ Attempting to contact authenticatiun service. Retry count: " + $retryCount + " of " + $retryLimit)
850+
$this.WriteLog("++++ Attempting to contact authentication service. Retry count: " + $retryCount + " of " + $retryLimit)
851851
$response = Invoke-WebRequest -URI ($healthCheckUri) -Method Get -UseBasicParsing -SkipCertificateCheck
852852
if($response.StatusCode -ge 200 -And $response.StatusCode -lt 300)
853853
{

0 commit comments

Comments
 (0)