]> git.mxchange.org Git - friendica.git/commitdiff
spelling: useful
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:52 +0000 (00:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/DI.php
src/Network/HTTPClient/Factory/HttpClient.php

index cc765fa529c1ec6c1a2f4c4974de013e957cdea6..8d706ed374a1ab3eb80b34280b983dcf0805dfa5 100644 (file)
@@ -69,7 +69,7 @@ abstract class DI
 
        /**
         * Returns a clone of the current dice instance
-        * This usefull for overloading the current instance with mocked methods during tests
+        * This useful for overloading the current instance with mocked methods during tests
         *
         * @return Dice
         */
index 65f90dab836b9f7072794905de144de9fc4d2e3a..c139828b6e9a9828acc949fa43ded1adf38c29b1 100644 (file)
@@ -60,7 +60,7 @@ class HttpClient extends BaseFactory
        /**
         * Creates a IHTTPClient for communications with HTTP endpoints
         *
-        * @param HandlerStack|null $handlerStack (optional) A handler replacement (just usefull at test environments)
+        * @param HandlerStack|null $handlerStack (optional) A handler replacement (just useful at test environments)
         *
         * @return ICanSendHttpRequests
         */