1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 23:21:19 +00:00

Fix typos report by goreportcard

This commit is contained in:
niusmallnan
2019-01-26 10:38:35 +08:00
parent f174bbf57e
commit 36064ca496
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ func ProcessVMwareNetconf(config map[string]string) ([]InterfaceGenerator, error
var dhcp bool
iface := &physicalInterface{}
log.Printf("Proccessing interface %d", i)
log.Printf("Processing interface %d", i)
log.Println("Processing DHCP")
if dhcp, err = processDHCPConfig(config, fmt.Sprintf("interface.%d.", i)); err != nil {