Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Aug 13, 2020
1 parent 836ead9 commit ef44774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion indexd/index/blueprint.py
Expand Up @@ -659,7 +659,7 @@ def post_bundle():
raise UserError("Duplicate GUID in bundles.")

if bundle_id in bundles:
raise UserError("Bundle referes to itself.")
raise UserError("Bundle refers to itself.")

bundle_data = []
checksums = []
Expand Down
4 changes: 2 additions & 2 deletions openapis/swagger.yaml
Expand Up @@ -141,7 +141,7 @@ paths:
parameters:
- name: form
in: query
description: specify wheather you want to list bundle, objects or both.
description: specify whether you want to list bundle, objects or both Defaults to object.
required: false
type: "string"
enum: ["bundle", "object", "all"]
Expand Down Expand Up @@ -1147,7 +1147,7 @@ paths:
parameters:
- in: body
name: body
description: Body takes in GUID, bundle_name, checksum, list of bundles to bundle, and size. Only bundls bundles is required, rest will be created by indexd if not provided.
description: Body takes in GUID, bundle_name, checksum, list of bundles/objects to bundle, and size. Only list of bundles/objects is required, rest will be created by indexd if not provided.
required: true
schema:
$ref: '#/definitions/InputBundle'
Expand Down

0 comments on commit ef44774

Please sign in to comment.