From feb4b8636125e5085270b22d09e3bb1ee9e4cc3f Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Fri, 8 Feb 2019 16:23:31 +0100 Subject: [PATCH] Fix typo --- src/oca/go/src/goca/vm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oca/go/src/goca/vm.go b/src/oca/go/src/goca/vm.go index 50872da855..0afb1e760c 100644 --- a/src/oca/go/src/goca/vm.go +++ b/src/oca/go/src/goca/vm.go @@ -603,7 +603,7 @@ func NewVMPool(args ...int) (*VMPool, error) { return vmPool, nil } -// Monitoring returns all the virtual machine monitorin records +// Monitoring returns all the virtual machine monitoring records // filter flag: // -4: Resources belonging to the user's primary group // -3: Resources belonging to the user