From b3ba3a4c99a5bfc6e8fa41b955610c85e5e9cf17 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 8 Jan 2022 15:15:53 +0100 Subject: [PATCH] spelling --- src/lib/utils/httpclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/utils/httpclient.h b/src/lib/utils/httpclient.h index 6c85faec..7d19481a 100755 --- a/src/lib/utils/httpclient.h +++ b/src/lib/utils/httpclient.h @@ -90,7 +90,7 @@ class HttpClient { bool ensureConnected(); /** - * Disconnect from the servier. + * Disconnect from the server. */ void disconnect();