fix spelling

This commit is contained in:
2026-04-19 17:22:40 +00:00
parent 8230092da3
commit fc30afa4f1
+1 -1
View File
@@ -20,7 +20,7 @@ type Cluster struct {
}
// add mutex and pve api Node object
// override Instances map to bew custom Instance type
// override Instances map to new custom Instance type
type Node struct {
lock sync.Mutex
paas.Node