From 242e4619e0c9af195b91617e104a0e8f73938d4d Mon Sep 17 00:00:00 2001 From: DizzyPanoss <147717361+DizzyPanoss@users.noreply.github.com> Date: Sat, 11 Jan 2025 14:02:27 +0200 Subject: [PATCH] Updated typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90d2a6ac..1247b1df 100644 --- a/README.md +++ b/README.md @@ -1468,7 +1468,7 @@ RPC is a request-response protocol: * **Client stub procedure** - Marshals (packs) procedure id and arguments into a request message. * **Client communication module** - OS sends the message from the client to the server. * **Server communication module** - OS passes the incoming packets to the server stub procedure. -* **Server stub procedure** - Unmarshalls the results, calls the server procedure matching the procedure id and passes the given arguments. +* **Server stub procedure** - Unmarshals the results, calls the server procedure matching the procedure id and passes the given arguments. * The server response repeats the steps above in reverse order. Sample RPC calls: