From 3f5026efdfd20f58c2339426f67e4cb5ab29067f Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Wed, 22 Jan 2025 11:38:26 +0100 Subject: [PATCH] network: Fix typos --- src/network/model/socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network/model/socket.h b/src/network/model/socket.h index 65be6f80b..1a848a8b8 100644 --- a/src/network/model/socket.h +++ b/src/network/model/socket.h @@ -531,7 +531,7 @@ class Socket : public Object * This method is provided so as to have an API which is closer in * appearance to that of real network or BSD sockets. * - * If the underlying packet was carring null (fake) data, this buffer + * If the underlying packet was carrying null (fake) data, this buffer * will be zeroed up to the length specified by the return value. * * @param buf A pointer to a raw byte buffer to write the data to. @@ -564,7 +564,7 @@ class Socket : public Object * appearance to that of real network or BSD sockets. * * @param buf A pointer to a raw byte buffer to write the data to. - * If the underlying packet was carring null (fake) data, this buffer + * If the underlying packet was carrying null (fake) data, this buffer * will be zeroed up to the length specified by the return value. * @param size Number of bytes (at most) to copy to buf * @param flags any flags to pass to the socket