diff options
Diffstat (limited to 'vendor/sabre/dav/lib/DAV/INodeByPath.php')
-rw-r--r-- | vendor/sabre/dav/lib/DAV/INodeByPath.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/sabre/dav/lib/DAV/INodeByPath.php b/vendor/sabre/dav/lib/DAV/INodeByPath.php index 4d63a33bd..349ea1053 100644 --- a/vendor/sabre/dav/lib/DAV/INodeByPath.php +++ b/vendor/sabre/dav/lib/DAV/INodeByPath.php @@ -9,7 +9,7 @@ namespace Sabre\DAV; * * This interface adds a tiny bit of functionality to collections. * - * Getting a node that is deep in the tree normally requires going trough each parent node + * Getting a node that is deep in the tree normally requires going through each parent node * which can cause a significant performance overhead. * * Implementing this interface allows solving this overhead by directly jumping to the target node. |