From 3681da75eb54e07626d2c2cff32a14bca48bf679 Mon Sep 17 00:00:00 2001 From: Eugene Y Date: Thu, 28 Sep 2023 11:38:05 +0300 Subject: [PATCH] Fixed typo in a comment Signed-off-by: Eugene Y --- internal/humanitec/convert.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/humanitec/convert.go b/internal/humanitec/convert.go index c685aa5..f5a4f64 100644 --- a/internal/humanitec/convert.go +++ b/internal/humanitec/convert.go @@ -122,7 +122,7 @@ func mergeFileContent(content interface{}, target string) (string, error) { } } -// convertFileMountSpec extracts a mount file detailf from the source spec. +// convertFileMountSpec extracts a mount file details from the source spec. func convertFileMountSpec(f *score.FileMountSpec, context *templatesContext, baseDir string) (string, map[string]interface{}, error) { var err error var content string