From fc30afa4f1fd2a61b517e04e5f9277fc0177d1a7 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sun, 19 Apr 2026 17:22:40 +0000 Subject: [PATCH] fix spelling --- app/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/types.go b/app/types.go index cae1ae5..33ad749 100644 --- a/app/types.go +++ b/app/types.go @@ -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