]> git.mxchange.org Git - friendica.git/blobdiff - src/BaseModel.php
Merge pull request #13161 from annando/bluesky-activities
[friendica.git] / src / BaseModel.php
index dbacdfa702048acc45b0d7b1c8301e9d84c535c1..1189f7f33b1187ef75e34a2e6c4d4ba890022535 100644 (file)
@@ -94,7 +94,7 @@ abstract class BaseModel extends BaseDataTransferObject
        }
 
        /**
-        * Magic isset method. Returns true if the field exists, either in the data prperty array or in any of the local properties.
+        * Magic isset method. Returns true if the field exists, either in the data property array or in any of the local properties.
         * Used by array_column() on an array of objects.
         *
         * @param $name