Skip to content

Commit 43716f7

Browse files
authored
fix typo (#928)
Co-authored-by: Gökçe Gök Klingel <[email protected]>
1 parent 4d7ddbe commit 43716f7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/iaasalpha/attach_nic/attach_nic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ func main() {
6363
os.Exit(1)
6464
}
6565

66-
fmt.Printf("[iaasalpha API] NIC %q has been successfully detacched from the server %s.\n", nicId, serverId)
66+
fmt.Printf("[iaasalpha API] NIC %q has been successfully detached from the server %s.\n", nicId, serverId)
6767
}

examples/iaasalpha/attach_public_ip/attach_public_ip.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ func main() {
6363
os.Exit(1)
6464
}
6565

66-
fmt.Printf("[iaasalpha API] PublicIp %q has been successfully detacched from the server %s.\n", publicIpId, serverId)
66+
fmt.Printf("[iaasalpha API] PublicIp %q has been successfully detached from the server %s.\n", publicIpId, serverId)
6767
}

examples/iaasalpha/attach_security_group/attach_security_group.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ func main() {
6363
os.Exit(1)
6464
}
6565

66-
fmt.Printf("[iaasalpha API] SecurityGroup %q has been successfully detacched from the server %s.\n", securityGroupId, serverId)
66+
fmt.Printf("[iaasalpha API] SecurityGroup %q has been successfully detached from the server %s.\n", securityGroupId, serverId)
6767
}

examples/iaasalpha/attach_service_account/attach_service_account.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ func main() {
6363
os.Exit(1)
6464
}
6565

66-
fmt.Printf("[iaasalpha API] Service account %q has been successfully detacched from the server %s.\n", serviceAccountMail, serverId)
66+
fmt.Printf("[iaasalpha API] Service account %q has been successfully detached from the server %s.\n", serviceAccountMail, serverId)
6767
}

examples/iaasalpha/attach_volume/attach_volume.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ func main() {
5656
os.Exit(1)
5757
}
5858

59-
fmt.Printf("[iaasalpha API] Volume %q has been successfully detacched from the server %s.\n", volumeId, serverId)
59+
fmt.Printf("[iaasalpha API] Volume %q has been successfully detached from the server %s.\n", volumeId, serverId)
6060
}

0 commit comments

Comments
 (0)