From 89a673cc11f840a856d2e4f703f12d0f383fd252 Mon Sep 17 00:00:00 2001 From: Art4 Date: Sun, 8 Dec 2024 22:19:58 +0000 Subject: [PATCH] Fix typo --- pnut/lib/phpnut.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pnut/lib/phpnut.php b/pnut/lib/phpnut.php index a8e97db4..ff765243 100644 --- a/pnut/lib/phpnut.php +++ b/pnut/lib/phpnut.php @@ -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). */