From cee08ed5b99aa194b1da7c6867a80f78bda7f2a6 Mon Sep 17 00:00:00 2001 From: ytq Date: Tue, 11 Jun 2024 10:28:48 +0800 Subject: [PATCH] fix: correct spelling typos (#3312) Signed-off-by: yantingqiu <1173578083@qq.com> Co-authored-by: yantingqiu <1173578083@qq.com> --- client/daemon/objectstorage/objectstorage.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/daemon/objectstorage/objectstorage.go b/client/daemon/objectstorage/objectstorage.go index 21db67f8c..c24795b56 100644 --- a/client/daemon/objectstorage/objectstorage.go +++ b/client/daemon/objectstorage/objectstorage.go @@ -67,7 +67,7 @@ const ( ) const ( - PrometheusSubsystemName = "dragonfly_dfdaemon_object_stroage" + PrometheusSubsystemName = "dragonfly_dfdaemon_object_storage" OtelServiceName = "dragonfly-dfdaemon-object-storage" ) @@ -75,7 +75,7 @@ const ( RouterGroupBuckets = "/buckets" ) -var GinLogFileName = "gin-object-stroage.log" +var GinLogFileName = "gin-object-storage.log" const ( // defaultSignExpireTime is default expire of sign url.