Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Jan 2, 2019
1 parent 5d315a6 commit e47dd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZPublisher/BaseRequest.py
Expand Up @@ -553,7 +553,7 @@ def traverse(self, path, response=None, validated_hook=None):
# or POST. Otherwise, you could never use
# PUT to add a new object named 'test' if
# an object 'test' existed above it in the
# heirarchy -- you'd always get the
# hierarchy -- you'd always get the
# existing object :(
if (no_acquire_flag and
hasattr(parents[1], 'aq_base') and
Expand Down

0 comments on commit e47dd2a

Please sign in to comment.