Skip to content

Commit

Permalink
Merge pull request #529 from timgates42/bugfix/typo_registered
Browse files Browse the repository at this point in the history
Fix simple typo: registred -> registered
  • Loading branch information
leplatrem committed Feb 10, 2020
2 parents 9df75f5 + 3be8b92 commit c8ed6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cornice/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class User(object):
setattr(klass, '_services', services)

def callback(context, name, ob):
# get the callbacks registred by the inner services
# get the callbacks registered by the inner services
# and call them from here when the @resource classes are being
# scanned by venusian.
for service in services.values():
Expand Down

0 comments on commit c8ed6d9

Please sign in to comment.