Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit d3e3a10

Browse files
author
Travis Truman
committed
Fixing typo
1 parent e934020 commit d3e3a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstack/networking/v2/ports/results.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ type Port struct {
8282
SecurityGroups []string `mapstructure:"security_groups" json:"security_groups"`
8383
// Identifies the device (e.g., virtual server) using this port.
8484
DeviceID string `mapstructure:"device_id" json:"device_id"`
85-
// Identies the list of IP addresses the port will recognize/accept
85+
// Identifies the list of IP addresses the port will recognize/accept
8686
AllowedAddressPairs []AddressPair `mapstructure:"allowed_address_pairs" json:"allowed_address_pairs"`
8787
}
8888

0 commit comments

Comments
 (0)