Skip to content

Commit

Permalink
fix typo (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvgenuchten authored Nov 12, 2024
1 parent 3b4d247 commit 4a27826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycsw/ogc/api/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ def record2json(record, url, collection, mode='ogcapi-records'):
if link.get('description') not in [None, 'None']:
link2['description'] = link['description']
if link.get('protocol') not in [None, 'None']:
link2['procotol'] = link['protocol']
link2['protocol'] = link['protocol']
if 'rel' in link:
link2['rel'] = link['rel']
elif link['protocol'] == 'WWW:LINK-1.0-http--image-thumbnail':
Expand Down

0 comments on commit 4a27826

Please sign in to comment.