From ce54fe2ce064a30e8622693df69d1af4f9315b3a Mon Sep 17 00:00:00 2001 From: tanishi Date: Mon, 26 Feb 2018 21:05:28 +0900 Subject: [PATCH] Fix typo --- govc/vm/rdm/attach.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/govc/vm/rdm/attach.go b/govc/vm/rdm/attach.go index 9c7ee2863..ca0ba3723 100644 --- a/govc/vm/rdm/attach.go +++ b/govc/vm/rdm/attach.go @@ -59,7 +59,7 @@ func (cmd *attach) Process(ctx context.Context) error { return nil } -//This piece of code was developped mainly thanks to the project govmax on github.com +//This piece of code was developed mainly thanks to the project govmax on github.com //This file in particular https://github.com/codedellemc/govmax/blob/master/api/v1/vmomi.go func (cmd *attach) Run(ctx context.Context, f *flag.FlagSet) error { vm, err := cmd.VirtualMachine()