From 17e230a6f2feb9b13276419087f989a0e6952d4c Mon Sep 17 00:00:00 2001 From: kcx2366425574 <18279911430@163.com> Date: Mon, 31 May 2021 15:40:05 +0800 Subject: [PATCH] fix actuel to actual Signed-off-by: kcx2366425574 <18279911430@163.com> --- discovery/scaleway/scaleway.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery/scaleway/scaleway.go b/discovery/scaleway/scaleway.go index c07ca92c0..67ff53015 100644 --- a/discovery/scaleway/scaleway.go +++ b/discovery/scaleway/scaleway.go @@ -106,7 +106,7 @@ func (c SDConfig) Name() string { } // secretKeyForConfig returns a secret key that looks like a UUID, even if we -// take the actuel secret from a file. +// take the actual secret from a file. func (c SDConfig) secretKeyForConfig() string { if c.SecretKeyFile != "" { return "00000000-0000-0000-0000-000000000000"