Fix using clusterfs for API fs operations

This commit is contained in:
Ingo Oppermann
2023-07-26 11:27:14 +02:00
parent d74165a90a
commit ceb2144da5
2 changed files with 8 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ type FSHandler struct {
filesystems map[string]FSConfig
}
// NewFS return a new FSHanlder type. You have to provide a filesystem to act on.
// NewFS return a new FSHandler type. You have to provide a filesystem to act on.
func NewFS(filesystems map[string]FSConfig) *FSHandler {
return &FSHandler{
filesystems: filesystems,