]> git.mxchange.org Git - friendica.git/blobdiff - src/Capabilities/ICanCreateFromTableRow.php
Merge pull request #10836 from nupplaphil/feat/depository_permissionset
[friendica.git] / src / Capabilities / ICanCreateFromTableRow.php
index bdb6d662da57dd85d09e174ba5d89152ebefbfb8..ad6053beb8f66fd4f665e84b5963b95a943cb0bf 100644 (file)
@@ -7,7 +7,7 @@ use Friendica\BaseEntity;
 interface ICanCreateFromTableRow
 {
        /**
-        * Returns the correcponding Entity given a table row record
+        * Returns the corresponding Entity given a table row record
         *
         * @param array $row
         * @return BaseEntity