]> git.mxchange.org Git - friendica-addons.git/commitdiff
Fix typo
authorArt4 <art4@wlabs.de>
Sun, 8 Dec 2024 22:19:58 +0000 (22:19 +0000)
committerArt4 <art4@wlabs.de>
Sun, 8 Dec 2024 22:19:58 +0000 (22:19 +0000)
pnut/lib/phpnut.php

index a8e97db4ff2eae72dba677e1c6df4c04ac3015a1..ff7652438cd2f77e1267f362378a40a822602109 100644 (file)
@@ -2177,14 +2177,12 @@ class phpnut
         );
     }
 
-
-
     /**
      * Registers your function (or an array of object and method) to be called
      * whenever an event is received via an open pnut.io stream. Your function
      * will receive a single parameter, which is the object wrapper containing
      * the meta and data.
-     * @param mixed $fuction A PHP callback (either a string containing the function name,
+     * @param mixed $function A PHP callback (either a string containing the function name,
      * or an array where the first element is the class/object and the second
      * is the method).
      */