From 139be30e2d00adb95d2507ee433ab4868651d090 Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Thu, 29 Jan 2026 09:07:43 +1100 Subject: [PATCH] Fix spelling mistake --- libs/request.sols | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/request.sols b/libs/request.sols index 87b2362..7d6b9c0 100644 --- a/libs/request.sols +++ b/libs/request.sols @@ -3,8 +3,8 @@ def request_Post(string url, string data) string {} def ws_Connect(string url) int {} def ws_Send(int connId, string data) int {} def ws_SendBinary(int connId, string data) int {} -def ws_Recieve(int connId) string {} -def ws_RecieveTimeout(int connId, int timeout) string {} +def ws_Receive(int connId) string {} +def ws_ReceiveTimeout(int connId, int timeout) string {} def ws_Close(int connId) bool {} ground {