From 7d735f03868f33cca45d468030eac4ec091e66c9 Mon Sep 17 00:00:00 2001 From: Christophe de Dinechin Date: Thu, 14 Sep 2023 11:38:37 +0200 Subject: [PATCH] Fix typo in comment Replacing 'eturns' with 'returns' Signed-off-by: Christophe de Dinechin --- pkg/config/default.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/default.go b/pkg/config/default.go index 942c04062..4b1537c75 100644 --- a/pkg/config/default.go +++ b/pkg/config/default.go @@ -268,7 +268,7 @@ func defaultFarmConfig() FarmConfig { } } -// defaultEngineConfig eturns a default engine configuration. Note that the +// defaultEngineConfig returns a default engine configuration. Note that the // config is different for root and rootless. It also parses the storage.conf. func defaultEngineConfig() (*EngineConfig, error) { c := new(EngineConfig)