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

Commit 7aadf86

Browse files
author
Dan Kirkwood
committed
spelling
1 parent b5bf704 commit 7aadf86

File tree

1 file changed

+1
-1
lines changed
  • openstack/compute/v2/extensions/quotasets

1 file changed

+1
-1
lines changed

openstack/compute/v2/extensions/quotasets/results.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type QuotaSet struct {
1212
ID string `mapstructure:"id"`
1313
//FixedIps is number of fixed ips alloted this quota_set
1414
FixedIps int `mapstructure:"fixed_ips"`
15-
// FloatingIps is number of floatinh ips alloted this quota_set
15+
// FloatingIps is number of floating ips alloted this quota_set
1616
FloatingIps int `mapstructure:"floating_ips"`
1717
// InjectedFileContentBytes is content bytes allowed for each injected file
1818
InjectedFileContentBytes int `mapstructure:"injected_file_content_bytes"`

0 commit comments

Comments
 (0)