Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Nov 29, 2023
1 parent 6f3c6ed commit 18b24c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def py_acPreProcForModifyAVUMetadata(ctx, option, obj_type, obj_name, attr, valu
elif (space in [pathutil.Space.RESEARCH, pathutil.Space.DEPOSIT]
and attr in [constants.UUORGMETADATAPREFIX + "revision_scheduled",
constants.UUORGMETADATAPREFIX + "replication_scheduled"]):
# Research or deposit orginizational metadata.
# Research or deposit organizational metadata.
if user.is_admin(ctx, actor):
return policy.succeed()

Expand Down

0 comments on commit 18b24c6

Please sign in to comment.