Skip to content

Commit 7216a8c

Browse files
committed
Fix typo in parameter
1 parent 6ffdff1 commit 7216a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Networking/v2/Params.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public function fixedIps(): array
291291
'items' => [
292292
'type' => self::OBJECT_TYPE,
293293
'properties' => [
294-
'ipAdress' => [
294+
'ipAddress' => [
295295
'type' => self::STRING_TYPE,
296296
'sentAs' => 'ip_address',
297297
'description' => 'If you specify only an IP address, OpenStack Networking tries to allocate the IP address if the address is a valid IP for any of the subnets on the specified network.'

0 commit comments

Comments
 (0)