Skip to content

Commit 2ae69b5

Browse files
author
Mridula Joshi
committed
Fixed typo in discovery.py
Replaced "additonalProperties" with "additionalProperties" Change-Id: I550f0d49bf1a55b6b4b02a0c3a449725c25f63e3
1 parent 695fcb6 commit 2ae69b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glance/api/v2/discovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def get_usage(self, response, usage):
199199
'additionalProperties': True,
200200
'validation_data': {
201201
'type': 'object',
202-
'additonalProperties': False,
202+
'additionalProperties': False,
203203
'properties': {
204204
'usage': {'type': 'integer'},
205205
'limit': {'type': 'integer'},

0 commit comments

Comments
 (0)