Skip to content

Commit

Permalink
Fixed typo in discovery.py
Browse files Browse the repository at this point in the history
Replaced "additonalProperties" with "additionalProperties"

Change-Id: I550f0d49bf1a55b6b4b02a0c3a449725c25f63e3
(cherry picked from commit 2ae69b5)
  • Loading branch information
Mridula Joshi committed Sep 10, 2024
1 parent eed2a8a commit d0be1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glance/api/v2/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def get_usage(self, response, usage):
'additionalProperties': True,
'validation_data': {
'type': 'object',
'additonalProperties': False,
'additionalProperties': False,
'properties': {
'usage': {'type': 'integer'},
'limit': {'type': 'integer'},
Expand Down

0 comments on commit d0be1be

Please sign in to comment.