Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Fixed typo in a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Y <yarshevich@gmail.com>
  • Loading branch information
ghen committed Oct 5, 2023
1 parent ef6105b commit 7532b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/humanitec/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7532b0f

Please sign in to comment.