diff options
Diffstat (limited to 'vendor/sabre/dav/lib/DAVACL/Xml/Property/Principal.php')
-rw-r--r-- | vendor/sabre/dav/lib/DAVACL/Xml/Property/Principal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/sabre/dav/lib/DAVACL/Xml/Property/Principal.php b/vendor/sabre/dav/lib/DAVACL/Xml/Property/Principal.php index 52092128f..5b9ee4517 100644 --- a/vendor/sabre/dav/lib/DAVACL/Xml/Property/Principal.php +++ b/vendor/sabre/dav/lib/DAVACL/Xml/Property/Principal.php @@ -149,7 +149,7 @@ class Principal extends DAV\Xml\Property\Href /** * The deserialize method is called during xml parsing. * - * This method is called staticly, this is because in theory this method + * This method is called statically, this is because in theory this method * may be used as a type of constructor, or factory method. * * Often you want to return an instance of the current class, but you are |