Skip to content

Commit

Permalink
Merge pull request #1472 from jonasknobloch/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
phil-davis committed Jul 31, 2023
2 parents 406f688 + be55558 commit 85b33f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DAVACL/PrincipalBackend/BackendInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function getPrincipalsByPrefix($prefixPath);
public function getPrincipalByPath($path);

/**
* Updates one ore more webdav properties on a principal.
* Updates one or more webdav properties on a principal.
*
* The list of mutations is stored in a Sabre\DAV\PropPatch object.
* To do the actual updates, you must tell this object which properties
Expand Down

0 comments on commit 85b33f7

Please sign in to comment.