Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Sep 13, 2024
1 parent 0b218a1 commit 690293a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocfl/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def validate_object_root(self, version_dirs, already_checked):
elif entry.name == 'logs':
# We simply ignore any logs directory from a validation point
# of view. The directory MAY be present but its contents are
# locally defined and is MAY also be empty. See:
# locally defined and it MAY also be empty. See:
# https://ocfl.io/1.1/spec/#logs-directory
pass
elif entry.name == 'extensions':
Expand Down

0 comments on commit 690293a

Please sign in to comment.